diff options
author | Christian Duerr <contact@christianduerr.com> | 2020-08-07 22:37:23 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-07 22:37:23 +0000 |
commit | 576252294d09c1f52ec73bde03652349bdf5a529 (patch) | |
tree | a69c478979c7bb3ca800996230a1db75c83da62e /alacritty_terminal/tests/ref.rs | |
parent | b14d032432c9502d2aac0b01ecc957d92672eada (diff) | |
download | alacritty-576252294d09c1f52ec73bde03652349bdf5a529.tar.gz alacritty-576252294d09c1f52ec73bde03652349bdf5a529.zip |
Add support for colon separated SGR parameters
This implements the colon separated form of SGR 38 and 48.
Fixes #1485.
Diffstat (limited to 'alacritty_terminal/tests/ref.rs')
-rw-r--r-- | alacritty_terminal/tests/ref.rs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/alacritty_terminal/tests/ref.rs b/alacritty_terminal/tests/ref.rs index 62439775..89e7b4aa 100644 --- a/alacritty_terminal/tests/ref.rs +++ b/alacritty_terminal/tests/ref.rs @@ -65,6 +65,7 @@ ref_tests! { wrapline_alt_toggle saved_cursor saved_cursor_alt + sgr } fn read_u8<P>(path: P) -> Vec<u8> |