summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorKaz Kylheku <kaz@kylheku.com>2015-10-08 06:50:12 -0700
committerKaz Kylheku <kaz@kylheku.com>2015-10-08 06:50:12 -0700
commit332ffb367b28a599e85140274b8308a4bb214d65 (patch)
tree2f483a37e160547f9179fe59d0fe7df4e8d918aa
parent7cbda155d79f99beaf85bd3815b5a52392195604 (diff)
downloadtxr-332ffb367b28a599e85140274b8308a4bb214d65.tar.gz
txr-332ffb367b28a599e85140274b8308a4bb214d65.tar.bz2
txr-332ffb367b28a599e85140274b8308a4bb214d65.zip
Add note to Limitations of interactive listener.
* txr.1: listener doesn't handle Unicode properly.
-rw-r--r--txr.13
1 files changed, 3 insertions, 0 deletions
diff --git a/txr.1 b/txr.1
index 5732f075..4baca60a 100644
--- a/txr.1
+++ b/txr.1
@@ -34380,6 +34380,9 @@ in a single command line. The command line must contain exactly one complete
\*(TL expression, or a comment. Multiple expressions will not be evaluated.
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.
+
.SS* Ways to Quit
Pressing Ctrl-D in a completely empty command line terminates the listener.