Xref: utzoo comp.unix.wizards:26196 comp.bugs.4bsd:1838 Path: utzoo!utgpu!news-server.csri.toronto.edu!cs.utexas.edu!uunet!auspex!guy From: guy@auspex.auspex.com (Guy Harris) Newsgroups: comp.unix.wizards,comp.bugs.4bsd Subject: Re: How to mess up your tty: (sleep 3;vi)&;vi\nZZfg\n Message-ID: <8618@auspex.auspex.com> Date: 28 Jun 91 17:54:26 GMT References: <2997.Jun2704.59.0991@kramden.acf.nyu.edu> Followup-To: comp.unix.wizards Organization: Auspex Systems, Santa Clara Lines: 6 >This problem appears to be buried somewhere in curses. Actually, "vi" doesn't use "curses", it just uses "termcap" or "terminfo", so it's buried somewhere in "vi". "curses" may well have the same bug, in which case there are at least two places that need fixing (and one more, if SVR4's "curses" does job control).