On Fri, Jul 01, 2005 at 14:26:16 +0200, GoTaR wrote:

>               PLD     Debian  RH/FC   others...       ideal
> 
> xterm         ^H      ^?                              ^H or ^?
> generates
> 
> kbs for               ^H      ^H      ^H                      ^H or ^?
> xterm-color
> 
> stty after    not     propagated                      propagated
> remote login  set

strace -e ioctl -v -f on sshd master process:

ioctl(6, SNDCTL_TMR_START or TCGETS, {c_iflags=0x500, c_oflags=0x5, 
c_cflags=0xbf, c_lflags=0x8a3b, c_line=0, 
c_cc="\x03\x1c\x7f\x15\x04\x00\x01\x00\x11\x13\x1a\x00\x12\x0f\x17\x16\x00\x00\x00"})
 = 0                         ^1^ ^2^

1 - erase
2 - kill (kill, quit and others aren't propagated to PLD either!)
etc.

~: stty kill ^B

~: ssh pld-machine
$ stty
speed 38400 baud; line = 0;
-brkint -imaxbel
$ logout

~: ssh debian-machine
$ stty
speed 38400 baud; line = 0;
kill = ^B;
-brkint -imaxbel

-- 
GoTaR <priv0.onet.pl->gotar>        http://vfmg.sourceforge.net/
                                    http://tccs.sourceforge.net/
_______________________________________________
pld-devel-en mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-devel-en

Reply via email to