diff options
author | Kirill Chibisov <wchibisovkirill@gmail.com> | 2019-11-17 03:04:16 +0300 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2019-11-17 01:04:16 +0100 |
commit | 495a6f3526f5127c342d67980d0335f1ed4e235b (patch) | |
tree | 548846bfec427e786a8d90abdacec4ffbd11eafe /alacritty_terminal/tests/ref/delete_chars_reset/config.json | |
parent | 48861e463311145a653350688dc4bad83a528d91 (diff) | |
download | alacritty-495a6f3526f5127c342d67980d0335f1ed4e235b.tar.gz alacritty-495a6f3526f5127c342d67980d0335f1ed4e235b.zip |
Fix cell reset not clearing flags and foreground
Fixes #2330.
Diffstat (limited to 'alacritty_terminal/tests/ref/delete_chars_reset/config.json')
-rw-r--r-- | alacritty_terminal/tests/ref/delete_chars_reset/config.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref/delete_chars_reset/config.json b/alacritty_terminal/tests/ref/delete_chars_reset/config.json new file mode 100644 index 00000000..6fc49fd7 --- /dev/null +++ b/alacritty_terminal/tests/ref/delete_chars_reset/config.json @@ -0,0 +1 @@ +{"history_size":0}
\ No newline at end of file |