alacritty/src
Christian Duerr 6b61e96739
Fix recording of ref tests
Due to the lazy initialization of lines in the Alacritty history, the
recording of ref tests was broken. Because a WM would often resize the
ref test window after it was spawned, some additional lines were
initialized in the stored ref test.

To make sure lazy initialization does not play any role in the recording
and replaying of reftests, before recording and replaying the tests, the
complete grid is initialized and then truncated. This should make sure
that only the relevant lines are kept.
2018-12-08 01:50:01 +00:00
..
grid Fix recording of ref tests 2018-12-08 01:50:01 +00:00
renderer Display errors and warnings 2018-11-17 14:39:13 +00:00
term Fix for an underflow on some type conversions (#1715) 2018-11-25 10:08:02 +13:00
tty Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
ansi.rs Lower log level of warnings in ansi.rs 2018-11-18 13:48:10 +00:00
cli.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
config.rs Add option for launching Alacritty maximized 2018-11-19 21:23:47 +00:00
display.rs Ignore initial size if the window is maximized on start 2018-11-23 23:41:06 +00:00
event.rs Fix recording of ref tests 2018-12-08 01:50:01 +00:00
event_loop.rs Add support for Windows (#1374) 2018-10-16 10:02:52 -07:00
index.rs Fix clippy issues 2018-11-04 00:11:51 +00:00
input.rs Detach Child process to avoid zombie processes 2018-12-06 21:38:34 +00:00
lib.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
locale.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
logging.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
macros.rs Display errors and warnings 2018-11-17 14:39:13 +00:00
main.rs Use tool lints for clippy allow/deny lint attributes 2018-12-07 13:58:11 +00:00
meter.rs Remove all instances of unwrap() from config 2018-03-04 22:40:15 +00:00
selection.rs Add option to open URLs on click 2018-10-22 19:39:26 +00:00
sync.rs Fix some compiler warnings 2016-09-23 10:12:11 -07:00
util.rs Detach Child process to avoid zombie processes 2018-12-06 21:38:34 +00:00
window.rs Request user attention when bell received in macOS 2018-12-02 16:11:51 +00:00