neovim/test/functional/terminal
erw7 ce90a19abd TUI: set os/input.c:global_fd to input->in_fd #10174
Problem: When we changed startup to wait for the TUI (like a remote UI),
         we forgot to set os/input.c:global_fd.  That used to be done by
         input_start().

Solution: Initialize os/input.c:global_fd before initializing libtermkey
          (termkey_new_abstract) so that tui_get_stty_erase() and
          friends can inspect the correct fd.

fixes #10134
close #10174
2019-06-10 16:43:52 +02: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 Reset stop_insert_mode in terminal_enter rather than terminal_check 2019-04-20 10:41:46 +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: swap priority of terminal, editor highlights 2019-05-02 09:56:22 +02:00
mouse_spec.lua :terminal : set topline based on window height #8325 2019-01-29 03:00:48 +01:00
scrollback_spec.lua ui/terminal: make terminal state redraw like any other state 2019-05-14 12:54:39 +02:00
tui_spec.lua TUI: set os/input.c:global_fd to input->in_fd #10174 2019-06-10 16:43:52 +02:00
window_spec.lua test: improve reliability of ":terminal topline" test 2019-01-31 22:26:32 +01:00
window_split_tab_spec.lua ui/terminal: make terminal state redraw like any other state 2019-05-14 12:54:39 +02:00