Relay-Version: version B 2.10 5/3/83; site utzoo.UUCP Path: utzoo!mnetor!uunet!husc6!cmcl2!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.unix.wizards Subject: Re: Pager in the shell Message-ID: <6568@brl-smoke.ARPA> Date: Thu, 15-Oct-87 09:50:39 EDT Article-I.D.: brl-smok.6568 Posted: Thu Oct 15 09:50:39 1987 Date-Received: Sat, 17-Oct-87 07:34:41 EDT References: <9779@brl-adm.ARPA> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 8 In article <9779@brl-adm.ARPA> mills%cc.uofm.cdn%ubc.csnet@RELAY.CS.NET (Gary Mills) writes: >Has anyone succeeded in putting a pager into the shell? Wrong place. The shell doesn't handle output characters from the processes it invokes, so it has no opportunity to paginate them. Some people have added pagination to the tty handler. You have to be careful that it is somehow disabled during screen editors, etc.