mirror of
https://github.com/neovim/neovim.git
synced 2025-12-05 22:22:44 +00:00
api/ui: add tests for popupmenu_external events
update screen.lua to use new style nvim_ui_attach
This commit is contained in:
@@ -53,7 +53,7 @@ local function screen_setup(extra_height, command)
|
||||
[9] = {foreground = 4},
|
||||
})
|
||||
|
||||
screen:attach(false)
|
||||
screen:attach({rgb=false})
|
||||
-- tty-test puts the terminal into raw mode and echoes all input. tests are
|
||||
-- done by feeding it with terminfo codes to control the display and
|
||||
-- verifying output with screen:expect.
|
||||
|
||||
Reference in New Issue
Block a user