diff options
Diffstat (limited to 'man/man1')
-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) |