Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.3 4.3bsd-beta 6/6/85; site seismo.CSS.GOV Path: utzoo!watmath!clyde!bonnie!akgua!gatech!seismo!keith From: keith@seismo.CSS.GOV (Keith Bostic) Newsgroups: net.bugs.2bsd Subject: CSS/Harvard 2.9BSD bug report #7 Message-ID: <211@seismo.CSS.GOV> Date: Wed, 18-Sep-85 01:35:56 EDT Article-I.D.: seismo.211 Posted: Wed Sep 18 01:35:56 1985 Date-Received: Thu, 19-Sep-85 05:30:27 EDT Organization: Center for Seismic Studies, Arlington, VA Lines: 22 Keywords: vi, reset, overlay flag 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) ;;