Path: utzoo!utgpu!attcan!uunet!lll-winken!lll-tis!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: where to do line editing? Message-ID: <8263@brl-smoke.ARPA> Date: 29 Jul 88 05:04:23 GMT References: <678@gtx.com> <593@blblbl.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 Terminal input editing belongs where the input is being done, namely the terminal. Rob Pike explained this to us at a USENIX a few years ago; that's how my terminal operates and it works great. Neither the kernel nor the application programs are aware of my editing (which can combine pieces from several windows, typically snarfed with the mouse). Foo on complicating the I/O multiplexor, er, operating system!