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/grid_reset
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
..
alacritty.recording Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
config.json Split alacritty into a separate crates 2019-04-28 13:24:58 +00:00
grid.json Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
size.json Add support for single line terminals 2020-09-27 22:36:08 +00:00