neovim/test/functional/terminal
Javier Lopez 916d848049
fix(terminal): scrollback delete lines immediately #18832
* on_scrollback_option_changed renamed to adjust_scrollback. The
  function name did not correspond to what it was doing. It is
  called unconditionally in every refresh of the terminal
  unrelated if the scrollback option was changed.
* new on_scrollback_option_changed function, which calls
  refresh_terminal, which then calls adjust_scrollback
* terminal_check_size is not the appropriate function to call when the
  option is changed since it only conditionally adjusts the scrollback.
  Use the new on_scrollback_option_changed

fixes #15477
fixes #11811
2022-06-08 17:46:57 -07: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 ci: skip tests that fail on windows 2022-02-20 10:22:39 +01:00
channel_spec.lua chore: fix typos (#17670) 2022-03-17 13:21:24 +08:00
cursor_spec.lua test: unskip tests on Windows (#18600) 2022-05-18 12:57:04 +08:00
edit_spec.lua ci: skip tests that fail on windows 2022-02-20 10:22:39 +01:00
ex_terminal_spec.lua ci: skip tests that fail on windows 2022-02-20 10:22:39 +01:00
helpers.lua fix(tui)!: remove ESC NUL forced escape (#17198) 2022-04-11 10:23:33 +08:00
highlight_spec.lua test: unskip tests on Windows (#18600) 2022-05-18 12:57:04 +08:00
mouse_spec.lua fix(input): put modifiers back into typeahead buffer when needed 2022-01-23 05:58:32 +08:00
scrollback_spec.lua fix(terminal): scrollback delete lines immediately #18832 2022-06-08 17:46:57 -07:00
tui_spec.lua fix(tui)!: remove ESC NUL forced escape (#17198) 2022-04-11 10:23:33 +08:00
window_spec.lua ci: skip tests that fail on windows 2022-02-20 10:22:39 +01:00
window_split_tab_spec.lua vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878 2021-10-09 18:15:46 -07:00