-
What Operating System(s) are you running on?Linux Wayland Which Wayland compositor or X11 Window manager(s) are you using?Gnome WezTerm version20230712-072601-f4abf8fd Ask your question!Hi, 👋🏼 I'm transitioning from Zellij, and I'm accustomed to holding the left click and scrolling the wheel simultaneously to select text without using the In Wezterm, I'd like to replicate this behavior, but I haven't had any luck so far. This is particularly difficult when using Bacon, as the error spans multiple pages, and I want to copy the entire content. In Wezterm, the highlighting disappears right after I scroll the wheel. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
The selection highlight is preserved until the screen underneath it is repainted. If you are using a full-screen tui like Selecting while scrolling the wheel works fine for me here in raw wezterm. I suspect that you are using a tui multiplexer inside wezterm, and that that is the heart of your issue. |
Beta Was this translation helpful? Give feedback.
The selection highlight is preserved until the screen underneath it is repainted.
If you are using a full-screen tui like
tmux,zellij,vimand so on, scrolling with the mouse wheel often is translated to the application repainting the screen for itself, which will clear the highlighted section on the screen.Selecting while scrolling the wheel works fine for me here in raw wezterm. I suspect that you are using a tui multiplexer inside wezterm, and that that is the heart of your issue.