diff options
author | rsc <devnull@localhost> | 2005-02-08 18:36:25 +0000 |
---|---|---|
committer | rsc <devnull@localhost> | 2005-02-08 18:36:25 +0000 |
commit | 76164c00c364039613d03f1f5f1c3e2c29ae5ac2 (patch) | |
tree | c9882ae513e610aa549d5a236930c3bca2ceb857 | |
parent | 8d9f61e1c98c0513358585d3c4a31236b3e3189c (diff) | |
download | plan9port-76164c00c364039613d03f1f5f1c3e2c29ae5ac2.tar.gz plan9port-76164c00c364039613d03f1f5f1c3e2c29ae5ac2.tar.bz2 plan9port-76164c00c364039613d03f1f5f1c3e2c29ae5ac2.zip |
document bash stupidity
-rw-r--r-- | man/man1/9term.1 | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/man/man1/9term.1 b/man/man1/9term.1 index 9441dc84..7f0b4375 100644 --- a/man/man1/9term.1 +++ b/man/man1/9term.1 @@ -288,6 +288,19 @@ before running .SH BUGS There should be a program to toggle the current window's hold mode. .PP +Not a +.IR 9term +bug: +when running +.IR bash (1) +in +.RB `` "set +o emacs" '' +mode, its handling of interrupts is broken. +In response to DEL, +.I bash +processes the interrupt but then silently discards the next +character typed. +.PP Unix makes everything harder. .SH SEE ALSO .IR wintext (1) |