aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
* fix: update osc52 termfeatures flag on UIEnter/UILeave (#32756)Gregory Anders2025-03-12
* fix(events): always allow some events to be nested (#32706)zeertzjq2025-03-08
* fix(terminal): avoid rescheduling events onto the same queue (#32755)Gregory Anders2025-03-07
* fix(terminal): improve cursor refresh handling (#32596)Sean Dewar2025-03-06
* feat(terminal)!: include cursor position in TermRequest event data (#31609)Gregory Anders2025-03-05
* fix(terminal): avoid more `busy_start` lacking `busy_stop` (#32509)Sean Dewar2025-02-19
* fix(terminal): avoid mismatched `busy_start` without `busy_stop` (#32458)Sean Dewar2025-02-15
* feat(term): trigger TermRequest for APC (#32407)Till Bungert2025-02-13
* fix(ui): Windows :detach is opt-inJustin M. Keyes2025-02-10
* test: use --cleanJustin M. Keyes2025-02-10
* feat(ui): UI :detach commandJustin M. Keyes2025-02-10
* fix(messages): improve deadly signal messages #32364Justin M. Keyes2025-02-07
* test(terminal/cursor_spec): remove unnecessary busy handlers (#32321)zeertzjq2025-02-04
* vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq2025-02-02
* feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
* feat(terminal): add support for kitty keyboard protocolGregory Anders2025-01-16
* Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes2025-01-15
|\
| * refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* | feat(terminal): support theme update notifications (DEC mode 2031) (#31999)Gregory Anders2025-01-14
* | fix(getchar): do not simplify keycodes in terminal modebfredl2025-01-13
|/
* fix(terminal): don't crash on unprintable charsbfredl2025-01-09
* refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* test: use spawn_wait() instead of system() #31852Justin M. Keyes2025-01-04
* feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* feat(clipboard)!: use OSC 52 as fallback clipboard provider (#31730)Gregory Anders2024-12-31
* fix(terminal): set cursor cell percentage (#31703)Gregory Anders2024-12-23
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* test(cursor_spec): global highlight definitions (#31613)luukvbaal2024-12-18
* fix(terminal): restore cursor from 'guicursor' on TermLeave (#31620)Gregory Anders2024-12-18
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders2024-12-04
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* fix(tui): avoid flushing buffer halfway an OSC 2 sequence (#30793)zeertzjq2024-10-15
* test(tui_spec): use Unicode in cursor_address test (#30807)zeertzjq2024-10-14
* test(tui_spec): use child_exec_lua() more (#30757)zeertzjq2024-10-11
* test(tui_spec): better prevent race between paste and input (#30751)zeertzjq2024-10-11
* feat(paste): unify cancel and error behavior (#30476)zeertzjq2024-09-24
* test(tui_spec): prevent another case of race between paste and input (#30481)zeertzjq2024-09-23
* fix(paste): improve repeating of pasted text (#30438)zeertzjq2024-09-22
* test(terminal): unskip wrap tests on windowsChristian Clason2024-09-21
* feat(tui): builtin UI (TUI) sets client info #30397Justin M. Keyes2024-09-18
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* fix(terminal): interrupt/got_int hangs terminal (#30056)ibhagwan2024-08-20
* fix(terminal): handle C0 characters in OSC terminator (#30090)Gregory Anders2024-08-19
* feat(term): support OSC 8 hyperlinks in :terminal (#30050)Gregory Anders2024-08-15
* feat(term): enable reflow by default (#21124)Christian Clason2024-08-10
* fix(tui): set id parameter in OSC 8 sequences (#29840)Gregory Anders2024-07-24