aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
...
* 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
* test: big cleanup followupLewis Russell2024-01-17
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* fix(edit): don't go to Terminal mode when stopping Insert mode (#27033)zeertzjq2024-01-16
* 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: normalise nvim bridge functionsLewis Russell2024-01-12
* test: typing for helpers.methsLewis Russell2024-01-12
* test: remove helpers.sleep()Lewis Russell2024-01-12
* test: do not inject vim module into global helpersLewis Russell2024-01-12
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* 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
* fix(terminal): check if mouse on statusline/tabline/winbar/vsep (#26892)zeertzjq2024-01-05
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* test(nvim_open_term): don't resize after creating terminal (#26570)zeertzjq2023-12-14
* feat(nvim_open_term): convert LF => CRLF (#26384)Raphael2023-12-14
* 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
* test: unskip more terminal tests on Windows (#26315)zeertzjq2023-11-30
* test(ex_terminal_spec): match descriptions (#26314)zeertzjq2023-11-30
* test: :terminal when 'shell' uses backslasheszeertzjq2023-11-30
* test(ex_terminal_spec): unskip tests that work on Windows (#26310)zeertzjq2023-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
* fix(terminal): keep focus when scrolling number column of another window (#25...zeertzjq2023-10-31
* fix(terminal): don't lose focus on <MouseMove> (#25845)zeertzjq2023-10-31
* fix(terminal): avoid Insert mode in Terminal buffer (#25820)zeertzjq2023-10-29
* fix(terminal): assign channel to terminal earlier (#25771)zeertzjq2023-10-25
* test(terminal/channel_spec): fix flakiness (#25649)zeertzjq2023-10-15
* refactor(grid): do arabic shaping in one placebfredl2023-10-08
* fix(terminal): check terminal size at end of screen update (#25480)zeertzjq2023-10-03
* refactor: remove longdundargoc2023-09-29
* test: only trim trailing spaces in swapfile tests (#25341)zeertzjq2023-09-24