Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Posting-Version: version B 2.10.1 6/24/83; site mit-eddie.UUCP Path: utzoo!linus!decvax!genrad!mit-eddie!barmar From: barmar@mit-eddie.UUCP (Barry Margolin) Newsgroups: net.unix-wizards Subject: Re: Disgusting kernel hack Message-ID: <1193@mit-eddie.UUCP> Date: Sun, 15-Jan-84 23:06:31 EST Article-I.D.: mit-eddi.1193 Posted: Sun Jan 15 23:06:31 1984 Date-Received: Tue, 17-Jan-84 01:52:43 EST References: <18@isrnix.UUCP> Organization: MIT, Cambridge, MA Lines: 18 Regarding the need for a "paging tty driver". Is there any time that you WOULDN'T want serial terminal output paged? Why should the user have to remember to type "|more" after just about every line, just so that he can see all of a line that is longer than 80 columns, or so that he can get a chance to read what is being output before it scrolls off? This doesn't necessarily have to be done by modifying the tty driver. Another way to implement it is to make the default standard output be a filter that does some minimal paging; it can recognize when a control character is output and decide that the caller is doing raw output, or something like that. The point is that it doesn't matter how this is done, but the default behavior should be that output gets paged. -- Barry Margolin ARPA: barmar@MIT-Multics UUCP: ..!genrad!mit-eddie!barmar