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 | 7b5a8d45a8a886699ad4cbc355c574afa32bef9c (patch) | |
tree | c472730a033279dceda2474d8bf8b25cc1fba9ec /txr.1 | |
parent | a02e590249a5c39ef4cfb59fe2e54fcf3076d19b (diff) | |
download | txr-7b5a8d45a8a886699ad4cbc355c574afa32bef9c.tar.gz txr-7b5a8d45a8a886699ad4cbc355c574afa32bef9c.tar.bz2 txr-7b5a8d45a8a886699ad4cbc355c574afa32bef9c.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.
Diffstat (limited to 'txr.1')
-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 |