diff options
author | Kaz Kylheku <kaz@kylheku.com> | 2019-02-27 22:22:00 -0800 |
---|---|---|
committer | Kaz Kylheku <kaz@kylheku.com> | 2019-02-27 22:22:00 -0800 |
commit | 212094669a54fac1ca2d7023bda2588869b3d867 (patch) | |
tree | c472730a033279dceda2474d8bf8b25cc1fba9ec | |
parent | a9b49920aa10256c98b00ceff3145bea3996a5b6 (diff) | |
download | txr-212094669a54fac1ca2d7023bda2588869b3d867.tar.gz txr-212094669a54fac1ca2d7023bda2588869b3d867.tar.bz2 txr-212094669a54fac1ca2d7023bda2588869b3d867.zip |
doc: mention lines limitation of listener.
* txr.1: Editing a buffer that has more lines than the
terminal can display sort of works but is is sub-par;
let's document this.
-rw-r--r-- | txr.1 | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -64499,6 +64499,10 @@ positions. The command line must contain exactly one complete \*(TL expression, or a comment. Multiple expressions will not be evaluated. +In multi-line mode, if the number of lines exceeds the number of lines +of the terminal display, the editing experience is adversely affected +in unspecified ways. + The screen updating logic in the listener is based on the assumption that the display terminal uses ANSI emulation. No other terminal emulation is supported. The |