neovim/test/functional/terminal
zeertzjq bbefbc995e fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)
Problem:  Setting title while TUI buffer is almost full may cause the
          end of a flush to be treated as a part of an OSC 2 or OSC 0
          sequence, leading to problems like invisible cursor.
Solution: Make the whole sequence to set title a unibi_ext string.
(cherry picked from commit 4846bf05dc)
2024-10-15 00:18:12 +00:00
..
altscreen_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
api_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
buffer_spec.lua fix(terminal): interrupt/got_int hangs terminal (#30094) 2024-08-20 06:48:13 +08:00
channel_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
cursor_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
edit_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
ex_terminal_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
highlight_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
mouse_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
scrollback_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
testutil.lua fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718) 2024-07-15 10:35:38 +00:00
tui_spec.lua fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793) 2024-10-15 00:18:12 +00:00
window_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
window_split_tab_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00