Path: utzoo!attcan!uunet!husc6!uwvax!oddjob!ncar!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.questions Subject: Re: Is typeahead loss a generic ksh problem? Message-ID: <7930@brl-smoke.ARPA> Date: 19 May 88 11:33:47 GMT References: <8062@elsie.UUCP> <2208@quacky.mips.COM> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 11 In article <2208@quacky.mips.COM> dce@mips.COM (David Elliott) writes: >You learn to live without typeahead or without a line editor. I chose >to live without the editor. There is no need for typeahead to be flushed when the terminal handler mode is changed via ioctl. That is an artifact of the old, creaky terminal handler most 4BSD-based systems are still saddled with. In fact it isn't even necessary on modern 4BSD systems; I often type ahead just after invoking our local screen editor, which definitely changes terminal modes after my first few characters but does not lost them.