mirror of
https://github.com/neovim/neovim.git
synced 2025-10-21 17:21:49 +00:00
test: tty-test.c: keep tty_out
handle around
Now the window_split_tab_spec.lua test seems to work. Also do some cleanup.
This commit is contained in:
@@ -68,7 +68,6 @@ describe('terminal', function()
|
||||
|
||||
describe('when the screen is resized', function()
|
||||
it('will forward a resize request to the program', function()
|
||||
if helpers.pending_win32(pending) then return end
|
||||
feed([[<C-\><C-N>:]]) -- Go to cmdline-mode, so cursor is at bottom.
|
||||
screen:try_resize(screen._width - 3, screen._height - 2)
|
||||
screen:expect([[
|
||||
|
Reference in New Issue
Block a user