How do I disable auto_scroll down? #3492
-
|
Sometimes when I'm scrolling up to read logs while the terminal is outputting more streams I get interrupted in my scrolling up and get thrown back down. This is pretty annoying. Thanks ! |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
|
wezterm scrolls to bottom when you type input. You can control that via: wezterm won't scroll on output, unless you have hit your scrollback limit, in which case it must evict lines and scroll. |
Beta Was this translation helpful? Give feedback.
wezterm scrolls to bottom when you type input. You can control that via:
https://wezfurlong.org/wezterm/config/lua/config/scroll_to_bottom_on_input.html
wezterm won't scroll on output, unless you have hit your scrollback limit, in which case it must evict lines and scroll.
You can avoid that by sending SIGSTOP (usually CTRL-S) to pause the program. You can later resume it with CTRL-Q.