mirror of
https://github.com/alacritty/alacritty.git
synced 2025-02-17 15:57:08 -05:00
![]() In the current scrollback PR the `reset` command does not affect the scrollback history. To make sure the terminal is properly reset, it should clear the scrollback history. This commit fixes this by creating a new and empty grid whenever `reset` is executed. It takes the current dimensions and history size from the old grid. Right now there's an empty ref-test called `grid_reset` without any content, this should be implemented once #1244 is resolved. This fixes #1242. |
||
---|---|---|
.. | ||
csi_rep | ||
fish_cc | ||
grid_reset | ||
history | ||
indexed_256_colors | ||
issue_855 | ||
ll | ||
newline_with_cursor_beyond_scroll_region | ||
tab_rendering | ||
tmux_git_log | ||
tmux_htop | ||
vim_24bitcolors_bce | ||
vim_large_window_scroll | ||
vim_simple_edit | ||
vttest_cursor_movement_1 | ||
vttest_insert | ||
vttest_origin_mode_1 | ||
vttest_origin_mode_2 | ||
vttest_scroll | ||
vttest_tab_clear_set | ||
zsh_tab_completion |