aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
* 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
* 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