1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-11 13:51:01 -05:00
alacritty/alacritty_terminal/tests/ref
ii41 a754d06b44
Add support for single line terminals
This changes the minimum terminal dimensions from 2 lines and 2 columns,
to 1 line and 2 columns.

This also reworks the `SizeInfo` to store the number of columns and
lines and consistently has only the terminal lines/columns stored,
instead of including the message bar and search in some places of the
Alacritty renderer/input.

These new changes also make it easy to properly start the selection
scrolling as soon as the mouse is over the message bar, instead of
waiting until it is beyond it.

Fixes #4207.

Co-authored-by: Christian Duerr <contact@christianduerr.com>
2020-09-27 22:36:08 +00:00
..
alt_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
clear_underline Add support for single line terminals 2020-09-27 22:36:08 +00:00
colored_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
csi_rep Add support for single line terminals 2020-09-27 22:36:08 +00:00
decaln_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
deccolm_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
delete_chars_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
delete_lines Add support for single line terminals 2020-09-27 22:36:08 +00:00
erase_chars_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
fish_cc Add support for single line terminals 2020-09-27 22:36:08 +00:00
grid_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
history Add support for single line terminals 2020-09-27 22:36:08 +00:00
indexed_256_colors Add support for single line terminals 2020-09-27 22:36:08 +00:00
insert_blank_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
issue_855 Add support for single line terminals 2020-09-27 22:36:08 +00:00
ll Add support for single line terminals 2020-09-27 22:36:08 +00:00
newline_with_cursor_beyond_scroll_region Add support for single line terminals 2020-09-27 22:36:08 +00:00
region_scroll_down Add support for single line terminals 2020-09-27 22:36:08 +00:00
row_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
saved_cursor Add support for single line terminals 2020-09-27 22:36:08 +00:00
saved_cursor_alt Add support for single line terminals 2020-09-27 22:36:08 +00:00
scroll_up_reset Add support for single line terminals 2020-09-27 22:36:08 +00:00
selective_erasure Add support for single line terminals 2020-09-27 22:36:08 +00:00
sgr Add support for single line terminals 2020-09-27 22:36:08 +00:00
tab_rendering Add support for single line terminals 2020-09-27 22:36:08 +00:00
tmux_git_log Add support for single line terminals 2020-09-27 22:36:08 +00:00
tmux_htop Add support for single line terminals 2020-09-27 22:36:08 +00:00
underline Add support for single line terminals 2020-09-27 22:36:08 +00:00
vim_24bitcolors_bce Add support for single line terminals 2020-09-27 22:36:08 +00:00
vim_large_window_scroll Add support for single line terminals 2020-09-27 22:36:08 +00:00
vim_simple_edit Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_cursor_movement_1 Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_insert Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_origin_mode_1 Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_origin_mode_2 Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_scroll Add support for single line terminals 2020-09-27 22:36:08 +00:00
vttest_tab_clear_set Add support for single line terminals 2020-09-27 22:36:08 +00:00
wrapline_alt_toggle Add support for single line terminals 2020-09-27 22:36:08 +00:00
zerowidth Add support for single line terminals 2020-09-27 22:36:08 +00:00
zsh_tab_completion Add support for single line terminals 2020-09-27 22:36:08 +00:00