neovim/test/functional/terminal
Gregory Anders 884a83049b
fix(tui): grow termkey's internal buffer for large escape sequences (#26309)
Some escape sequences (in particular, OSC 52 paste responses) can be
very large, even unbounded in length. These can easily overflow
termkey's internal buffer. In order to process these long sequences,
dynamically grow termkey's internal buffer.
2023-11-30 08:04:33 -06: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-03 14:58:25 +02:00
buffer_spec.lua test: unskip more terminal tests on Windows (#26315) 2023-11-30 10:55:21 +08:00
channel_spec.lua fix(terminal): assign channel to terminal earlier (#25771) 2023-10-25 09:59:02 +08:00
cursor_spec.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
edit_spec.lua test(windows): unskip working tests (#25153) 2023-09-15 16:33:26 +08:00
ex_terminal_spec.lua test(ex_terminal_spec): match descriptions (#26314) 2023-11-30 08:56:21 +08:00
helpers.lua test: reduce flakiness (#24443) 2023-07-23 12:46:56 +08:00
highlight_spec.lua test: simplify platform detection (#21020) 2022-11-22 08:13:30 +08:00
mouse_spec.lua fix(terminal): keep focus when scrolling number column of another window (#25848) 2023-10-31 15:23:20 +08:00
scrollback_spec.lua test: unskip more terminal tests on Windows (#26315) 2023-11-30 10:55:21 +08:00
tui_spec.lua fix(tui): grow termkey's internal buffer for large escape sequences (#26309) 2023-11-30 08:04:33 -06:00
window_spec.lua fix(terminal): check terminal size at end of screen update (#25480) 2023-10-03 10:23:03 +08:00
window_split_tab_spec.lua test: don't unnecessarily specify win/buf for nvim_(get|set)_option_value 2023-05-22 13:02:07 +06:00