Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

xterm weirdness on Solaris 2.3 - Reply

1 view
Skip to first unread message

Ken Schumack

unread,
Jan 31, 1995, 6:38:15 AM1/31/95
to xp...@x.org, rod...@lvs-emh.lvs.loral.com
If you are using a csh you could add the following to your ~/.cshrc file....

if ($?prompt) then #execute only in interactive shell
#stty erase '^h' #use backspace to erase
stty erase '^?' #use delete to erase
stty echoe
endif

-------------------------------------------------------------------------------
Ken Schumack | Internet: Ken.Sc...@medtronic.com
Medtronic, Inc., T374 | phone : 612-574-3957 fax: x6082
7000 Central Avenue NE Fridley, MN 55432| UUCP : uunet!medtron!ks13676
PGP fingerprint: FC E7 4B 0A 56 C2 8A AC 28 64 5B 37 C8 02 8F 59
-------------------------------------------------------------------------------

>>> Kevin Rodgers (x39079, WT-07) <rod...@lvs-emh.lvs.loral.com> 01/26
2:18 pm >>>
Has anybody noticed this problem: on all of our Solaris 2.3 machines, an
xterm starts up in a mode such that it echoes the erase characters; so
that if you type stuff in, then try to erase (DEC VT200 style keyboard,
Delete = Erase) you see a string of ^? everytime you hit the delete key.
It does actually erase the character, but it's annoying as hell to see
the supposedly invisible character. "stty echoe" fixes it, but it has
to be done after the xterm starts. BTW, I have "erase ^?" in my XTerm*ttyModes.
Any ideas?

--
Kevin Rodgers Loral Vought Systems rod...@lvs-emh.lvs.loral.com
"This one goes up to eleven." -- Nigel Tufnel


0 new messages