mirror of
https://github.com/neovim/neovim.git
synced 2025-12-10 08:32:42 +00:00
test(tui_spec): improve cursor_address test (#21700)
This commit is contained in:
@@ -74,7 +74,10 @@ local function screen_setup(extra_rows, command, cols, opts)
|
||||
[9] = {foreground = 4},
|
||||
[10] = {foreground = 121}, -- "Press ENTER" in embedded :terminal session.
|
||||
[11] = {foreground = tonumber('0x00000b')},
|
||||
[12] = {reverse = true, foreground = tonumber('0x000079')},
|
||||
[12] = {underline = true},
|
||||
[13] = {underline = true, reverse = true},
|
||||
[14] = {underline = true, reverse = true, bold = true},
|
||||
[15] = {underline = true, foreground = 12},
|
||||
})
|
||||
|
||||
screen:attach(opts or {rgb=false})
|
||||
|
||||
Reference in New Issue
Block a user