[12150] in Athena Bugs
rsaix 7.7B: login file stty suggestion ...
daemon@ATHENA.MIT.EDU (The Rottweiler)
Wed Jun 22 10:37:25 1994
To: bugs@MIT.EDU
Date: Wed, 22 Jun 1994 10:37:20 EDT
From: The Rottweiler <jawetzel@MIT.EDU>
System name: sita
Type and version: POWER 7.7B
Display type: hiprf3d
This line can sometimes cause problems on the RS6000
/bin/stty dec # Use DEC-style control characters
This line is fine if run from terminals using the Berkeley line discipline.
This however cannot be guaranteed (the default line discipline is POSIX).
Perhaps it could be preceded by the following line to assure that the
Berkeley line discipline is indeed being used:
/bin/stty disp bsd
It would be ideal to test first which line discipline is being used but I can't
think of a way to do this offhand.
Jake