CSS/Harvard 2.9BSD bug report #7

Keith Bostic keith at seismo.CSS.GOV
Wed Sep 18 15:35:56 AEST 1985


Subject: vi editor doesn't reset the terminal when you exit
Index:	ucb/MAKE 2.9BSD

Description:
	The -V flag isn't getting passed to the vi makefile, resulting
	in the editor not resetting the terminal to user's previous modes
	on exit.
Repeat-By:
	Compile the vi editor; edit a file and exit.
	Notice that you're still in editor mode.
Fix:
	Change the file ucb/MAKE and recompile.
	Diffs for ucb/MAKE follow.

diff MAKE.wrong MAKE.right
105c105
< 		whois | ftp | netstat | talk | tftp)
---
> 		whois | ex | ftp | netstat | talk | tftp)
107,108d106
< 		ex)
< 			(cd $each; $CDOVMK) ;;



More information about the Comp.bugs.2bsd mailing list