aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
...
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test(terminal/buffer_spec): use screen:expect(), not retry() (#28246)zeertzjq2024-04-09
* test(terminal/buffer_spec): avoid other keys in double clicks (#28245)zeertzjq2024-04-09
* test: improve test conventionsdundargoc2024-04-08
* test: silence expected errorsdundargoc2024-04-02
* fix(terminal): fix duplicate recording with mouse click (#28103)zeertzjq2024-03-29
* 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
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq2024-03-19
* test(terminal/cursor_spec): unskip tests that pass on Windows (#27924)zeertzjq2024-03-19
* test(terminal/buffer_spec): fix incorrect tests (#27923)zeertzjq2024-03-19
* test: combining TermCursorNC with CursorLine/CursorColumn (#27898)zeertzjq2024-03-17
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* fix(terminal): disable reflow againChristian Clason2024-03-14
* test(terminal/buffer_spec): re-skip bang test on Windowszeertzjq2024-02-26
* fix(process): start pty process eof timer on main thread (#27625)zeertzjq2024-02-26
* test: don't use minimal timeout for "intermediate" flag (#27620)zeertzjq2024-02-25
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* 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
* 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