aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/cursor_spec.lua
Commit message (Expand)AuthorAge
* test(terminal/cursor_spec): remove unnecessary busy handlers (#32321)zeertzjq2025-02-04
* fix(terminal): set cursor cell percentage (#31703)Gregory Anders2024-12-23
* feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes2024-12-19
* test(cursor_spec): global highlight definitions (#31613)luukvbaal2024-12-18
* fix(terminal): restore cursor from 'guicursor' on TermLeave (#31620)Gregory Anders2024-12-18
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders2024-12-04
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes2024-09-15
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* test(terminal/cursor_spec): unskip tests that pass on Windows (#27924)zeertzjq2024-03-19
* test: normalise nvim bridge functionsLewis Russell2024-01-12
* refactor: format test/*Justin M. Keyes2024-01-03
* feat(highlight): tweak default color schemeEvgeni Chasnovski2023-12-16
* test: avoid repeated screen lines in expected stateszeertzjq2023-12-09
* test: set notermguicolors in testsGregory Anders2023-12-06
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* test: check real cursor position in Terminal mode (#24436)zeertzjq2023-07-23
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* refactor(tests): introduce testprg()Justin M. Keyes2022-06-25
* test: unskip tests on Windows (#18600)zeertzjq2022-05-18
* fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq2022-05-17
* test: use helpers.pending_win32(pending) instead of iswin()zeertzjq2022-02-26
* ci: skip tests that fail on windowsDundar Göc2022-02-20
* fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq2021-12-08
* A Mudholland Dr. RecastBjörn Linse2020-10-19
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* tests: terminal: Assert for SIGWINCH handling before continuingJames McCoy2017-11-12
* win: support :terminalerw72017-08-16
* functests: Fix terminal/cursor_specZyX2017-04-09
* functests: Replace execute with either command or feed_commandZyX2017-04-09
* terminal.c:redraw(): Avoid invalid cursor col (#6379)Justin M. Keyes2017-03-29
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* Merge pull request #5225 from equalsraf/windows-functionaltestsBjörn Linse2016-08-31
|\
| * Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* | api/ui: add tests for popupmenu_external eventsBjörn Linse2016-08-29
|/
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* functests: Check logs in lua codeZyX2016-06-10
* Mark cursor_spec.lua indeterministic test as pendingThiago de Arruda2016-04-11
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* terminal: Run screen refresh timer in a deferred queueThiago de Arruda2015-09-18
* term: use an argument vector for termopen().Scott Prager2015-05-02
* Add new highlight groups TermCursor/TermCursorNCMarco Hinz2015-04-09
* test: Add terminal testsThiago de Arruda2015-03-25