-
Notifications
You must be signed in to change notification settings - Fork 104
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
scroll bar with tmux #207
Comments
Is there any scroll bar with tmux? Generally, I use Ctrl+B then page up or down. See tmux manual page with |
Unfortunately not, see tmux/tmux#1976 |
The scroll bar in the window is part of the console (conhost.exe) or the terminal emulator program (mintty, Windows Terminal etc). |
Not sure I understand your answer. Is scroll bar available when I start tmux from wsltty? Can you please check? That would be the only reason for me to switch from the default WSL console to wsltty. |
Not sure I understand the question. Since tmux is a screen program (i.e. controlling the full terminal screen), how could a scrollbar be useful at all? Or do you mean mouse scrolling being handled by tmux? |
Yes, I mean mouse scrolling in copy mode. According to tmux devs (see the tmux ticket I opened) the scroll bar is not being handled by tmux, they say a console controls it, and the default WSL console kills the scroll bar as soon as tmux is started. I'm not familiar with mintty/wsltty, so I would like to know if the same happens here. If not, I will install it. |
To clarify, I want to use the scroll bar when I do scrolling with a mouse. Not just using a scroll wheel on a mouse. |
So that's not "mouse scrolling"; it's "scrollbar scrolling". |
I feel there's some misunderstanding here. Let me describe my use case:
Instead of using pageup/down button in step 6, I want to be able to drag a scroll bar with my mouse, just like I did in step 2. |
OK, use case seen. To use that new mintty feature, applications will need to control it. It cannot work automagically. In fact, there is work in progress for tmux to make use of it. |
Hi, this is more of a question: currently when I start tmux in my default WSL console, I can't have a scroll bar. Does wsltty solve this issue? I mean, if I type tmux from wsltty console will I be able to scroll with a mouse? If not, is this something that can be added as a feature? Thanks!
The text was updated successfully, but these errors were encountered: