Disgusting kernel hack

Barry Margolin barmar at mit-eddie.UUCP
Mon Jan 16 14:06:31 AEST 1984


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 at MIT-Multics
			UUCP: ..!genrad!mit-eddie!barmar



More information about the Comp.unix.wizards mailing list