aboutsummaryrefslogtreecommitdiff
path: root/man/man1/9term.1
diff options
context:
space:
mode:
authorrsc <devnull@localhost>2005-08-11 17:06:25 +0000
committerrsc <devnull@localhost>2005-08-11 17:06:25 +0000
commit7b14c113def74b63ac7b244974ea7c0519f2cc4f (patch)
treeac644c79e155f7dd3bdf8722d6bf1b081350c134 /man/man1/9term.1
parente060bc52275a6d7eff5238fba5ba592004da3eb3 (diff)
downloadplan9port-7b14c113def74b63ac7b244974ea7c0519f2cc4f.tar.gz
plan9port-7b14c113def74b63ac7b244974ea7c0519f2cc4f.tar.bz2
plan9port-7b14c113def74b63ac7b244974ea7c0519f2cc4f.zip
update
Diffstat (limited to 'man/man1/9term.1')
-rw-r--r--man/man1/9term.19
1 files changed, 7 insertions, 2 deletions
diff --git a/man/man1/9term.1 b/man/man1/9term.1
index 7f0b4375..484f2d3c 100644
--- a/man/man1/9term.1
+++ b/man/man1/9term.1
@@ -188,13 +188,18 @@ before (after) the current selection.
.PP
.I 9term
relies on the kernel's terminal processing to handle
-EOT and DEL, so the terminal must be set up with EOT
-as the ``eof'' character and DEL as the ``intr'' character.
+EOT, so the terminal must be set up with EOT
+as the ``eof'' character.
.I 9term
runs
.IR stty (1)
to establish this when the terminal is created.
.PP
+.I 9term
+always treats the DEL keystroke as an interrupt request.
+In response it sends the terminal's current interrupt character
+(which need not be DEL).
+.PP
Normally, written output to a window blocks when
the text reaches the end of the screen and the terminal
buffer fills;