mirror of
https://github.com/alacritty/alacritty.git
synced 2024-11-18 13:55:23 -05:00
9ee1cf2455
This changes two things, the first thing it does is that now whenever a keybinding sends an escape sequence, the viewport is automatically scrolled to the bottom. This is enabled by default and fixes #1187. The second thing is automatic scrolling when a command writes to the terminal. So when running a command like `sleep 3; ls -lah`, alacritty will scroll to the bottom once the output is sent, even if the viewport is currently not at the bottom of the scrollback. Because this can have an impact on performance, and is not enabled by default in terminals like iTerm or Termite (VTE), it is an opt-in setting in the config. |
||
---|---|---|
.. | ||
grid | ||
renderer | ||
term | ||
ansi.rs | ||
cli.rs | ||
config.rs | ||
display.rs | ||
event.rs | ||
event_loop.rs | ||
index.rs | ||
input.rs | ||
lib.rs | ||
locale.rs | ||
logging.rs | ||
macros.rs | ||
main.rs | ||
meter.rs | ||
selection.rs | ||
sync.rs | ||
tty.rs | ||
util.rs | ||
window.rs |