alacritty/alacritty_terminal/src/tty/windows
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
..
automatic_backend.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
child.rs Remove copyright notice from files 2020-06-06 21:49:14 +03:00
conpty.rs Add support for single line terminals 2020-09-27 22:36:08 +00:00
mod.rs Disable WinPTY with windows-gnu toolchain 2020-08-31 22:30:45 +00:00
winpty.rs Add support for single line terminals 2020-09-27 22:36:08 +00:00