bug-readline
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Scrolling doesn't work in one-line terminals


From: Chet Ramey
Subject: Re: Scrolling doesn't work in one-line terminals
Date: Mon, 18 Nov 2019 09:32:34 -0500
User-agent: Mozilla/5.0 (Macintosh; Intel Mac OS X 10.14; rv:68.0) Gecko/20100101 Thunderbird/68.2.2

On 11/17/19 9:51 AM, address@hidden wrote:
Hi,

I am using a readline-enabled program in a one-line terminal created,
for instance, using `tmux split-window -l 1`. Unfortunately, horizontal
scrolling does not seem to work in these terminals. For example, when
the input exceeds the current line scrolling backwards with the left
arrow key will result in no input being displayed.

Have you tried enabling horizontal scrolling? Try

rl_variable_bind ("horizontal-scroll-mode", "1");


--
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    address@hidden    http://tiswww.cwru.edu/~chet/



reply via email to

[Prev in Thread] Current Thread [Next in Thread]