neovim/test/functional/terminal
Luuk van Baal 59ee42d05e fix(tui): grid_clear properly clears the screen
Problem:    When setting a shell size smaller than the containing
            terminal window through `:winsize` or `:set lines/columns`
            the screen is not properly cleared.
Solution:   Clear the tui dimensions rather than the grid dimensions.
(cherry picked from commit 197827321a)
2023-05-09 19:29:14 +00:00
..
altscreen_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
api_spec.lua fix(tui): grid_clear properly clears the screen 2023-05-09 19:29:14 +00:00
buffer_spec.lua feat(vim.version): more coercion with strict=false 2023-03-20 13:40:38 +01:00
channel_spec.lua test(terminal/channel_spec): fix screen test immediate success 2023-04-19 04:10:23 +00:00
cursor_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
edit_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
ex_terminal_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
helpers.lua test(tui_spec): improve cursor_address test (#21700) 2023-01-09 12:20:50 +08:00
highlight_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mouse_spec.lua test: unskip working Windows tests (#22537) 2023-03-13 11:15:24 +08:00
scrollback_spec.lua refactor: rename local API alias from a to api 2023-04-05 17:19:53 +01:00
tui_spec.lua fix(tui): grid_clear properly clears the screen 2023-05-09 19:29:14 +00:00
window_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
window_split_tab_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00