mirror of
https://github.com/neovim/neovim.git
synced 2026-08-28 18:11:47 +00:00
fix(tui): more work in the TUI
This commit is contained in:
@@ -33,7 +33,7 @@ itp('handle_background_color', function()
|
||||
term_input.waiting_for_bg_response = 1
|
||||
eq(kComplete, handle_background_color(term_input))
|
||||
eq(0, term_input.waiting_for_bg_response)
|
||||
eq(1, multiqueue.multiqueue_size(events))
|
||||
eq(0, multiqueue.multiqueue_size(events))
|
||||
|
||||
local event = multiqueue.multiqueue_get(events)
|
||||
local bg_event = ffi.cast("Event*", event.argv[1])
|
||||
|
||||
Reference in New Issue
Block a user