-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
Closed
Labels
Description
Problem description
Scrolling up through a program such as man in tmux leads to sympathetic scrolling in horizontally neighbouring panes. I cannot reproduce the issue over SSH or in terminal emulators running on Xvnc, so I assume the issue lies in Termux's terminal emulator.
Steps to reproduce the behavior.
Assuming tmux and man are installed and tmux has its default key bindings:
- Start
tmux. - Populate the pane with text, e.g.
ls $PREFIX/bin. - Split the screen horizontally, i.e.
CTRL-b %. - Run
man tmux. - Scroll down by pressing
DOWNa few times. - Scroll up by pressing
UPa few times and observe that both panes scroll up simultaneously.
What is the expected behavior?
There should be no sympathetic scrolling.
System information
- Termux application version: 0.118.0
- Android OS version: 10, 11
- Device model: Huawei MatePad 11, Samsung Galaxy Note 3
pierreyves-lebrun