From 7b5a8d45a8a886699ad4cbc355c574afa32bef9c Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Wed, 27 Feb 2019 22:22:00 -0800 Subject: 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. --- txr.1 | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/txr.1 b/txr.1 index e21400ac..b2ed2768 100644 --- a/txr.1 +++ b/txr.1 @@ -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 -- cgit v1.2.3