From a02e590249a5c39ef4cfb59fe2e54fcf3076d19b Mon Sep 17 00:00:00 2001 From: Kaz Kylheku Date: Tue, 26 Feb 2019 19:05:23 -0800 Subject: linenoise: raise line length from 1023 to 4095. * linenoise.c (LINENOISE_MAX_LINE): Change to 4096. * txr.1: Updated. --- txr.1 | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'txr.1') diff --git a/txr.1 b/txr.1 index 5b1dd2de..e21400ac 100644 --- a/txr.1 +++ b/txr.1 @@ -64488,9 +64488,8 @@ entered into the history. .SS* Limitations -The interactive listener can only accept up to 1023 abstract characters of -input in a single command line which have a combined display width of up to -2047 character positions, whichever is less. +The interactive listener can only accept up to 4095 abstract characters of +input in a single command line. Though the edit buffer is referred as the "command line", it may contain multi-line input. The carriage return characters which separate multiple lines -- cgit v1.2.3