aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
* 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
* fix(ui): avoid ambiguity about last chunk when flushing halfway (#29718)zeertzjq2024-07-15
* feat(column)!: rework 'statuscolumn' %r/l itemsLuuk van Baal2024-06-16
* fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski2024-06-14
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* feat(terminal): add support for copying with OSC 52 in embedded terminal (#29...Gregory Anders2024-06-11
* fix(tui): move $COLORTERM check to _defaults.lua (#29197)Gregory Anders2024-06-05
* fix(tui): reset clear_region attributes during startup #28713luukvbaal2024-05-26
* fix(tui): initialize clear attrs with current terminal backgroundLuuk van Baal2024-05-10
* test: improve test conventionsdundargoc2024-04-23
* fix(tui): make setcellwidths() work for non-ambiwidth chars (#28322)zeertzjq2024-04-14
* test: remove unnecessary nil argument to testutil (#28270)zeertzjq2024-04-11