diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2018-11-11 11:19:07 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2018-11-11 11:19:07 -0800 |
commit | 167ef136249317f1d8ecb04024079d63757fc579 (patch) | |
tree | 89ec7fbc5715f6bef58da320bf058d5e057168bc /txr.1 | |
parent | a1ee606cb570445be7c1e9f6988774f56c9df141 (diff) | |
download | txr-167ef136249317f1d8ecb04024079d63757fc579.tar.gz txr-167ef136249317f1d8ecb04024079d63757fc579.tar.bz2 txr-167ef136249317f1d8ecb04024079d63757fc579.zip |
doc: listener: remove irrelvant historic notes
* txr.1: In descriptions of multi-line mode, remove notes
about behavior changes between TXR 178 and 179. This doesn't
affect TXR program and is probably of no interest to anyone.
Diffstat (limited to 'txr.1')
-rw-r--r-- | txr.1 | 11 |
1 files changed, 2 insertions, 9 deletions
@@ -64455,8 +64455,7 @@ This is determined by the special variable whose default value is .code t (multi-line mode). It is possible to toggle between -line mode and multi-line mode using the Ctrl-J command. The default changed -starting in \*(TX 179. Versions up to 178 defaulted to single-line mode. +line mode and multi-line mode using the Ctrl-J command. In line mode, all input given to a single prompt appears to be on a single line. When the line becomes longer than the screen width, it scrolls @@ -64483,13 +64482,7 @@ closing punctuation for elements like compound expressions and string literals. If the input appears incomplete, then the Enter is inserted verbatim at the current cursor position, rather than signaling that the line is being submitted for evaluation. The Ctrl-X, Enter command sequence also has -this behavior. This feature was introduced in \*(TX 179, at the same time -when multi-line mode was made default. In versions prior to 178, Enter -always submitted the line for evaluation; entering line breaks required -the use of the Ctrl-V, Enter sequence, the use of extended verbatim mode using -Ctrl-X, Ctrl-V, or else use of the -.code :read -command. +this behavior. .SS* Reading Forms Directly from the Terminal |