My site just installed the ksh (4.1.3) and I'm the first user trying
to move to this new shell. In my .login I had the following lines:
stty dec
stty erase '^H'
stty werase '^?'
The backspace key deleted backwards and the delete key deleted the last
word. Under the Korn shell the delete literally types a ^? (2 chars) to
the screen. What gives? I thought stty was standard unix?
Thanks in advance.