[13715] in Athena Bugs
Re: rsaix 7.7M: more bug ...
daemon@ATHENA.MIT.EDU (cfields@MIT.EDU)
Fri Aug 4 14:39:55 1995
From: cfields@MIT.EDU
Date: Fri, 4 Aug 95 14:39:53 -0400
To: jawetzel@MIT.EDU
Cc: bugs@MIT.EDU
> The athena version of more encounters problems when viewing text files
> with an embedded ^[P character sequence.
This is not actually a problem with more. Sending ^[P to an xterm
causes it (presumably correctly, though I have not verified this) to
begin throwing away all output rather than displaying it.
> /bin/more has no such problem.
Then /bin/more under AIX appears to be the only version of more around
here that filters such escape codes in some way by default. Native
Ultrix, Solaris, and Irix versions of more all pass this escape
sequence unchanged.
> The result is that I have to kill the pty.
If in fact you are encountering the problem in an xterm, you need only
select "Do Soft Reset" from the VT Options menu to resume output.
Craig