aboutsummaryrefslogtreecommitdiff
path: root/test/functional
diff options
context:
space:
mode:
authorChristian Clason <c.clason@uni-graz.at>2023-01-15 23:56:34 +0100
committerChristian Clason <c.clason@uni-graz.at>2023-01-16 18:40:19 +0100
commit7295ed1f6f44cfdbb742d088c6813f51062edf0a (patch)
treeaa365c46142e80593e3ad6013ed07ff9bcdf93ee /test/functional
parent34b973b1d9e3b0c6f546e3aa661c29edd5a1ab87 (diff)
downloadrneovim-7295ed1f6f44cfdbb742d088c6813f51062edf0a.tar.gz
rneovim-7295ed1f6f44cfdbb742d088c6813f51062edf0a.tar.bz2
rneovim-7295ed1f6f44cfdbb742d088c6813f51062edf0a.zip
build(deps): bump libvterm to v0.3.1
Included patches: 821. By Paul "LeoNerd" Evans on 2022-12-29 Don't bother to emit the unrecognised sequence in DECRQSS response as it provides an echo roundtrip possibility 820. By Paul "LeoNerd" Evans on 2022-11-26 erase_internal() should only set fg/bg colour, resetting other attributes (especially RV) 819. By Paul "LeoNerd" Evans on 2022-11-09 Added vterm_screen_set_default_colors(), which repaints the cells in the buffer(s) 818. By Paul "LeoNerd" Evans on 2022-11-09 Permit either colour argument to be NULL to vterm_state_set_default_colors() 817. By Paul "LeoNerd" Evans on 2022-10-01 Delete the mk_wcswidth functions as they're not used; guard the CJK-wide one with an ifdef as by default we don't use it 816. By Paul "LeoNerd" Evans on 2022-10-01 Make sure to supply empty (void) prototype to functions that take no arguments in bin/vterm-ctrl.c
Diffstat (limited to 'test/functional')
-rw-r--r--test/functional/terminal/tui_spec.lua7
1 files changed, 4 insertions, 3 deletions
diff --git a/test/functional/terminal/tui_spec.lua b/test/functional/terminal/tui_spec.lua
index 228aaa6b23..55bf50e2e0 100644
--- a/test/functional/terminal/tui_spec.lua
+++ b/test/functional/terminal/tui_spec.lua
@@ -1298,6 +1298,7 @@ describe('TUI', function()
[7] = {reverse = true, foreground = Screen.colors.SeaGreen4},
[8] = {foreground = Screen.colors.SeaGreen4},
[9] = {bold = true, foreground = Screen.colors.Blue1},
+ [10] = {foreground = Screen.colors.Blue},
})
feed_data(':hi SpecialKey ctermfg=3 guifg=SeaGreen\n')
@@ -1318,9 +1319,9 @@ describe('TUI', function()
feed_data(':set termguicolors\n')
screen:expect([[
{7:^}{8:G} |
- {9:~ }|
- {9:~ }|
- {9:~ }|
+ {9:~}{10: }|
+ {9:~}{10: }|
+ {9:~}{10: }|
{3:[No Name] [+] }|
:set termguicolors |
{4:-- TERMINAL --} |