aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* 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
* test: forward $VIMRUNTIME in child nvim instancesGregory Anders2023-12-07
* fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
* test: set 'termguicolors' in outer Nvim instance (#26437)zeertzjq2023-12-07
* test(terminal): remove unnecessary string operations (#26434)zeertzjq2023-12-07
* test: set notermguicolors in testsGregory Anders2023-12-06
* docs: small fixes (#26243)dundargoc2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* fix(tui): grow termkey's internal buffer for large escape sequences (#26309)Gregory Anders2023-11-30
* fix(tui): handle cursor visibility properly (#26091)zeertzjq2023-11-17
* test: use ST terminator instead of BEL in OSC sequencesGregory Anders2023-11-13
* refactor(grid): do arabic shaping in one placebfredl2023-10-08
* refactor: remove longdundargoc2023-09-29
* test(tui_spec): small consistency fixes (#25332)zeertzjq2023-09-24
* fix(tui): make :cquit work properly with remote TUI (#25313)zeertzjq2023-09-23
* test(tui_spec): update cursor_address test for wrap flag (#25228)zeertzjq2023-09-18
* fix(ui): avoid ambiguity about chunk that clears part of line (#24982)zeertzjq2023-09-02
* test: update tests for auto-closing :term buffersGregory Anders2023-08-10
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* feat(tui): support Super and Meta modifiers (#24357)zeertzjq2023-07-15
* test(tui): add test for overriding argv[0] (#24293)zeertzjq2023-07-08
* vim-patch:9.0.1634: message is cleared when removing mode messagezeertzjq2023-06-16
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(messages): ensure msg_grid is at top at more prompt (#23584)zeertzjq2023-05-17
* Merge pull request #23415 from zeertzjq/sigwinch-redrawbfredl2023-05-06
|\
| * fix(tui): redraw on SIGWINCH even if size didn't changezeertzjq2023-05-01
* | fix(tui): grid_clear properly clears the screenLuuk van Baal2023-05-03
|/