1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2024-11-18 13:55:23 -05:00
alacritty/src
Michael Brumlow fb56dcbad9 Fixing resize crashes.
Most of the crashes on resize were due to columns and lines being set to
zero. This causes all sorts of other checks within the code to ensure
these values are greater than zero before running calculations. To avoid
this we just need to ensure that lines and columns are some non zero
value. This is seems to be what gnome terminal does. I have selected
2 lines and two columns for min terminal size for now.
2017-01-07 18:07:03 -06:00
..
renderer Remove need for inclusive ranges 2017-01-06 20:28:17 -08:00
term Fixing resize crashes. 2017-01-07 18:07:03 -06:00
ansi.rs Remove need for inclusive ranges 2017-01-06 20:28:17 -08:00
cli.rs Added --title argument to set window title 2017-01-06 09:18:23 -06:00
config.rs Merge pull request #138 from honza/master 2017-01-07 09:46:28 -08:00
display.rs Added --title argument to set window title 2017-01-06 09:18:23 -06:00
event.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
event_loop.rs Handle EINTR in I/O loop 2017-01-06 08:25:40 -08:00
grid.rs Add nightly feature, use for unlikely intrinsic 2017-01-06 20:28:17 -08:00
index.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
input.rs Fix issue with some international inputs 2017-01-06 22:11:54 -08:00
lib.rs Add nightly feature, use for unlikely intrinsic 2017-01-06 20:28:17 -08:00
macros.rs Rustup and clippy 2016-12-16 22:13:51 -08:00
main.rs Merge pull request #138 from honza/master 2017-01-07 09:46:28 -08:00
meter.rs Misc formatting fixes 2016-12-16 22:48:04 -08:00
selection.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
tty.rs Avoid unwrap when determining proper shell to use 2017-01-07 08:43:58 -04:00
util.rs Clippy fixes! 2017-01-06 20:44:51 -08:00
window.rs Replace need for drop_types_in_const with lazy_static 2017-01-06 20:17:10 -08:00