aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* 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
|/
* refactor(tests): merge n.spawn/n.spawn_argv into n.new_session #31859Justin M. Keyes2025-01-04
* feat(clipboard)!: use OSC 52 as fallback clipboard provider (#31730)Gregory Anders2024-12-31
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* 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
* 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
* feat(defaults): popupmenu "Open in browser", "Go to definition" #30261Justin M. Keyes2024-09-05
* 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
* fix(highlight): add `StatusLineTerm`/`StatusLineTermNC` to `:color vim` (#29313)Evgeni Chasnovski2024-06-14
* 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
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test: silence expected errorsdundargoc2024-04-02
* feat(tui): query extended underline support using DECRQSS (#28052)zeertzjq2024-03-28
* test(tui_spec): fix flaky test for isolated "stop paste" (#28053)zeertzjq2024-03-27
* test(terminal/cursor_spec): unskip tests that pass on Windows (#27924)zeertzjq2024-03-19
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* test: add test for scroll wheel at right-click menu (#27409)zeertzjq2024-02-10
* test(tui_spec): prevent race between nvim_input and nvim_paste (#27356)zeertzjq2024-02-06
* fix(tui): `space_buf` overflow when clearing screen (#27352)Sean Dewar2024-02-06
* test(tui): add & improve tests for terminal queries (#27219)Gregory Anders2024-01-28
* test(tui_spec): get &background from child session directly (#27224)zeertzjq2024-01-27
* feat(ui): add support for OSC 8 hyperlinks (#27109)Gregory Anders2024-01-24
* feat(terminal): respond to OSC background and foreground request (#17197)Daniel Steinberg2024-01-15
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* fix(test/tui_spec): pass the expected NULL-sentinel to execl()James McCoy2024-01-06
* refactor: format test/*Justin M. Keyes2024-01-03
* fix(tui): don't forget to update cursor visibility (#26523)zeertzjq2023-12-12
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* refactor(tui): use synchronized updates around actual buf flush (#26478)Gregory Anders2023-12-09
* test(tui_spec): update cursor_address test for flush start (#26464)zeertzjq2023-12-08
* test: fix Windows tests failures (#26461)Gregory Anders2023-12-08