diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-10-15 06:48:58 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-10-15 06:48:58 -0700 |
commit | ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa (patch) | |
tree | 4a0123f1f56359c419cc07b88257ff700d6f1ccb | |
parent | 6b8cff664684949e9155e12ff13c2a3a4e860854 (diff) | |
download | txr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.tar.gz txr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.tar.bz2 txr-ec8beb7bc3ba88d45c8db70391bc79a16b01b4aa.zip |
List another limitation of listener.
* txr.1: suports only VT100.
-rw-r--r-- | txr.1 | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -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. |