1
0
Fork 0
mirror of https://github.com/alacritty/alacritty.git synced 2025-10-30 23:36:53 -04:00
alacritty/alacritty_terminal/tests/ref
Christian Duerr b904207b19
Add support for double underlines
This adds support for double underlines using the colon separated escape
sequence `CSI 4 : 2 m`.

Alacritty will now also always fallback to the normal underline in case
any of the other underlines like the undercurl are specified. The escape
sequence `CSI 4 : 0 m` can now be used to clear all underlines.

Some terminals support `CSI 21 m` for double underline, but since
Alacritty already uses that as cancel bold which is a little more
consistent, that behavior has not changed. So the colon separated
variant must be used.
2020-08-12 19:05:22 +03:00
..
alt_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
clear_underline Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
colored_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
csi_rep Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
decaln_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
deccolm_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
delete_chars_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
delete_lines Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
erase_chars_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
fish_cc Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
grid_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
history Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
indexed_256_colors Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
insert_blank_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
issue_855 Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
ll Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
newline_with_cursor_beyond_scroll_region Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
region_scroll_down Fix scroll down escape pulling lines from history 2020-06-25 09:50:17 +00:00
row_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
saved_cursor Fix saved cursor handling 2020-07-06 19:10:06 +00:00
saved_cursor_alt Fix saved cursor handling 2020-07-06 19:10:06 +00:00
scroll_up_reset Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
selective_erasure Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
sgr Add support for colon separated SGR parameters 2020-08-07 22:37:23 +00:00
tab_rendering Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
tmux_git_log Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
tmux_htop Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
underline Add support for double underlines 2020-08-12 19:05:22 +03:00
vim_24bitcolors_bce Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vim_large_window_scroll Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vim_simple_edit Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_cursor_movement_1 Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_insert Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_origin_mode_1 Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_origin_mode_2 Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_scroll Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
vttest_tab_clear_set Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
wrapline_alt_toggle Preserve linewrap flag across alt screen switches 2020-07-06 05:08:36 +00:00
zerowidth Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00
zsh_tab_completion Fix incorrect grid.len() and grid.history_size() 2020-01-26 14:49:58 +01:00