neovim/test/functional/terminal
Justin M. Keyes 43184566aa TUI/background detection: hook into VimEnter event
If terminal response is received during startup, set 'background' from
a nested "one-shot" (once) VimEnter autocmd.

The previous not-so-clever "self-rescheduling" approach could cause
a long delay at startup (event-loop does not make forward progress).

fixes #9675
ref #9509
2019-03-11 08:43:27 +01:00
..
altscreen_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
api_spec.lua defaults: 'showcmd', 'belloff', 'ruler' 2017-03-16 18:44:10 +01:00
buffer_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
cursor_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
edit_spec.lua win: defaults: 'shellcmdflag', 'shellxquote' #7343 2018-03-24 22:05:53 +01:00
ex_terminal_spec.lua tests: introduce screen:expect{...} form 2018-08-27 15:15:49 +02:00
helpers.lua window/ui: reorganize size variables, fix terminal window size with multigrid. 2019-01-27 12:07:06 +01:00
highlight_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
mouse_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
scrollback_spec.lua terminal: Fix potential invalid local 'scrollback' (#9605) 2019-02-17 08:07:30 +01:00
tui_spec.lua TUI/background detection: hook into VimEnter event 2019-03-11 08:43:27 +01:00
window_spec.lua test: improve reliability of ":terminal topline" test 2019-01-31 22:26:32 +01:00
window_split_tab_spec.lua vim-patch:8.1.0994: fix relative cursor position #9676 2019-03-09 23:12:33 +01:00