diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2015-09-16 22:42:11 -0700 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2015-09-16 22:42:11 -0700 |
commit | 4e9ce389c2ccb3677957c7903bb633ebb503f394 (patch) | |
tree | 2189e06a007dec722170be7d6574d59c2f4e58e7 | |
parent | df91d75e55fe03a3774f56a84b0ba855fc585b49 (diff) | |
download | txr-4e9ce389c2ccb3677957c7903bb633ebb503f394.tar.gz txr-4e9ce389c2ccb3677957c7903bb633ebb503f394.tar.bz2 txr-4e9ce389c2ccb3677957c7903bb633ebb503f394.zip |
Describe listener limitations.
* txr.1: New section about line length limit and other restrictions.
-rw-r--r-- | txr.1 | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -33272,6 +33272,13 @@ such a line .B is entered into the history. +.SS* Limitations + +The interactive listener can only accept up to 1023 characters of input +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. + .SS* Ways to Quit Pressing Ctrl-D in a completely empty command line terminates the listener. |