tdocument bash stupidity - plan9port - [fork] Plan 9 from user space | |
git clone git://src.adamsgaard.dk/plan9port | |
Log | |
Files | |
Refs | |
README | |
LICENSE | |
--- | |
commit 76164c00c364039613d03f1f5f1c3e2c29ae5ac2 | |
parent 8d9f61e1c98c0513358585d3c4a31236b3e3189c | |
Author: rsc | |
Date: Tue, 8 Feb 2005 18:36:25 +0000 document bash stupidity Diffstat: M man/man1/9term.1 | 13 +++++++++++++ 1 file changed, 13 insertions(+), 0 deletions(-) --- | |
diff --git a/man/man1/9term.1 b/man/man1/9term.1 | |
t@@ -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) |