summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-15 06:48:58 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-15 06:48:58 -0700
commitec8beb7bc3ba88d45c8db70391bc79a16b01b4aa (patch)
tree4a0123f1f56359c419cc07b88257ff700d6f1ccb
parent6b8cff664684949e9155e12ff13c2a3a4e860854 (diff)
downloadtxr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.tar.gz
txr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.tar.bz2
txr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.zip
List another limitation of listener.
* txr.1: suports only VT100.
-rw-r--r--txr.16
1 files changed, 6 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 2a641ee8..22d72672 100644
--- a/txr.1
+++ b/txr.1
@@ -35069,6 +35069,12 @@ Expressions cannot be continued across multiple lines of entry.
The interactive listener is based on 8 bit character processing. Its editing
functions do not recognize UTF-8 multi-byte characters.
+The screen updating logic in the listener is based on the assumption that
+the display terminal uses DEC VT100 emulation. No other terminal emulation
+is supported. The
+.cod TERM
+environment variable is ignored.
+
.SS* Ways to Quit
Pressing Ctrl-D in a completely empty command line terminates the listener.