mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test/ui: update tests for new msg_grid implementation
This commit is contained in:
@@ -56,6 +56,8 @@ local function screen_setup(extra_rows, command, cols, opts)
|
||||
[8] = {foreground = 15, background = 1}, -- error message
|
||||
[9] = {foreground = 4},
|
||||
[10] = {foreground = 121}, -- "Press ENTER" in embedded :terminal session.
|
||||
[11] = {foreground = tonumber('0x00000b')},
|
||||
[12] = {reverse = true, foreground = tonumber('0x000079')},
|
||||
})
|
||||
|
||||
screen:attach(opts or {rgb=false})
|
||||
|
Reference in New Issue
Block a user