백스페이스 키를 돌려주세요.

davinci의 이미지

레드헷 9을 설치후 백스페이스가 전혀 먹지 않습니다.

리눅스 콘솔에서 타이핑하면, 백스페이스가 당연히 먹고요.
대신 텔넷이나, ssh로 접속하면, 백스페이스가 먹지 않습니다.

주로 사용하는 에뮬레이터는 테라텀인데, 테라텀의 옵션으로 백스페이스를 먹게 할 수는 있는데, 테라텀에서 곧장 xterm 을 띄우고 (MS윈도우즈에서 X 클라이언트를 사용합니다.) 모든 작업을 하는데, 이 경우 전혀 백스페이스가 먹지 않습니다. (^H는 먹습니다.)

어떻게 해결해야 하는지요?
전에는 백스페이스 먹는 서버에 접속한후 xterm을 띄우고 다시 백스페이스 먹지 않는 서버로 로그인 해서 임시처방으로 사용했는데, 백스페이스 먹는 서버를 레드헷 9으로 재설치후 이 것도 백스페이스를 먹지 않아..... 사용에 많은 어려움이 있습니다.

bh의 이미지

~> stty -a | grep erase
        -echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
        eol2 = <undef>; erase = ^H; erase2 = ^H; intr = ^C; kill = ^U;
        status = ^T; stop = ^S; susp = ^Z; time = 0; werase = ^W;
~>

stty를 살펴보셔요~

--
이 아이디는 이제 쓰이지 않습니다.

davinci의 이미지

Sorry for Engilsh, I can not write down in Korean.

Thank you for your reply, however, it does not work yet.

my stty -a command is below

$ stty -a
speed 38400 baud; rows 25; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke

Even I change erase... stty erase ^H...... it does not work
how can I fix it?

sskim의 이미지

davinci wrote:
Sorry for Engilsh, I can not write down in Korean.

Thank you for your reply, however, it does not work yet.

my stty -a command is below

$ stty -a
speed 38400 baud; rows 25; columns 80; line = 0;
intr = ^C; quit = ^\; erase = ^?; kill = ^U; eof = ^D; eol = <undef>;
eol2 = <undef>; start = ^Q; stop = ^S; susp = ^Z; rprnt = ^R; werase = ^W;
lnext = ^V; flush = ^O; min = 1; time = 0;
-parenb -parodd cs8 -hupcl -cstopb cread -clocal -crtscts
-ignbrk -brkint -ignpar -parmrk -inpck -istrip -inlcr -igncr icrnl ixon -ixoff
-iuclc -ixany -imaxbel
opost -olcuc -ocrnl onlcr -onocr -onlret -ofill -ofdel nl0 cr0 tab0 bs0 vt0 ff0
isig icanon iexten echo echoe echok -echonl -noflsh -xcase -tostop -echoprt
echoctl echoke

Even I change erase... stty erase ^H...... it does not work
how can I fix it?

_________________________________
beyond the compass of your powers!