e******r 发帖数: 220 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming
标 题: unix界面里backspace键不能用, 该怎么办?
发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008)
就是如果type错, 没有办法use backspace to delete wrong character
thanks | c*****t 发帖数: 1879 | 2 1. make sure the terminal emulation setting is correct.
2. either check the program that provide the window and check its
erase key setting. Or you can update shell setting with "stty"
command. You can press ^V first, then hit the backspace to see
what exactly your terminal program was trying to send.
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| s***n 发帖数: 373 | 3 try ctrl+backspace
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| f*******e 发帖数: 1061 | 4 ctrl h in hpux
or
stty erase backspace
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| z*****g 发帖数: 810 | 5 use "delete" instead
coz the terminal (tty) | C********g 发帖数: 1548 | | e******r 发帖数: 220 | 7 【 以下文字转载自 Programming 讨论区 】
发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming
标 题: unix界面里backspace键不能用, 该怎么办?
发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008)
就是如果type错, 没有办法use backspace to delete wrong character
thanks | c*****t 发帖数: 1879 | 8 1. make sure the terminal emulation setting is correct.
2. either check the program that provide the window and check its
erase key setting. Or you can update shell setting with "stty"
command. You can press ^V first, then hit the backspace to see
what exactly your terminal program was trying to send.
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| s***n 发帖数: 373 | 9 try ctrl+backspace
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| f*******e 发帖数: 1061 | 10 ctrl h in hpux
or
stty erase backspace
【在 e******r 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: eecareer (没睡醒, 明天接着睡), 信区: Programming : 标 题: unix界面里backspace键不能用, 该怎么办? : 发信站: BBS 未名空间站 (Mon Sep 1 17:12:46 2008) : 就是如果type错, 没有办法use backspace to delete wrong character : thanks
| z*****g 发帖数: 810 | 11 use "delete" instead
coz the terminal (tty) | C********g 发帖数: 1548 | |
|