aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/buffer_spec.lua
Commit message (Expand)AuthorAge
* vim-patch:9.1.1068: getchar() can't distinguish between C-I and Tab (#32295)zeertzjq2025-02-02
* feat(terminal): forward X1 and X2 mouse eventszeertzjq2025-01-21
* feat(terminal): add support for kitty keyboard protocolGregory Anders2025-01-16
* Merge #32001 from MariaSolOs/consistent-namespacesJustin M. Keyes2025-01-15
|\
| * refactor: use nvim.foo.bar format for autocommand groupsMaria José Solano2025-01-14
* | fix(getchar): do not simplify keycodes in terminal modebfredl2025-01-13
|/
* fix(terminal): don't crash on unprintable charsbfredl2025-01-09
* feat(terminal): support grapheme clusters, including emojibfredl2025-01-02
* 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
* feat(terminal)!: make 'belloff' and 'visualbell' apply to terminal bell (#30859)zeertzjq2024-10-20
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* refactor(test): rename alter_slashes, invert its behaviorJustin M. Keyes2024-09-09
* fix(terminal): interrupt/got_int hangs terminal (#30056)ibhagwan2024-08-20
* fix(terminal): set local values of window options (#29326)zeertzjq2024-06-14
* refactor(terminal): move :terminal defaults to _defaults.luaGregory Anders2024-06-12
* test: improve test conventionsdundargoc2024-04-23
* 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
* fix(terminal): don't pass incomplete UTF-8 sequence to libvterm (#27922)zeertzjq2024-03-19
* test(terminal/buffer_spec): fix incorrect tests (#27923)zeertzjq2024-03-19
* refactor(drawline): integrate terminal hl with eol loop (#27893)zeertzjq2024-03-17
* 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
* fix(terminal): block input when there is pending TermRequest (#27589)zeertzjq2024-02-24
* test: use integers for API Buffer/Window/Tabpage EXT typesLewis Russell2024-01-16
* 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
* fix(terminal): use terminal buffer for TermRequest autocommand (#26974)Gregory Anders2024-01-09
* feat(terminal): trigger TermRequest autocommand events (#22159)Ghjuvan Lacambre2024-01-09
* refactor: format test/*Justin M. Keyes2024-01-03
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* fix(terminal): never propagate $COLORTERM from outer env (#26440)zeertzjq2023-12-07
* test(terminal): remove unnecessary string operations (#26434)zeertzjq2023-12-07
* test: set notermguicolors in testsGregory Anders2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* test: unskip more terminal tests on Windows (#26315)zeertzjq2023-11-30
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* fix(terminal): include modifiers when forwarding mouse (#24549)zeertzjq2023-08-04
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* test: check that TextChangedT cannot delete terminal buffer (#24437)zeertzjq2023-07-23
* fix(terminal): send Shift-Home Shift-End Ctrl-Home Ctrl-End (#24418)zeertzjq2023-07-22
* fix(terminal): don't send unknown special keys to terminal (#24378)zeertzjq2023-07-17
* fix(api): disallow some more functions during textlockSean Dewar2023-07-05
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21