summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/cursor_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-04-02test(terminal/cursor_spec): fix flaky test (#38712)zeertzjq1
2026-03-02test(terminal/cursor_spec): only delete TermOpen autocmds (#38123)zeertzjq1
2026-02-26test: remove remaining use of feed_command() in terminal/ (#38069)zeertzjq1
2026-02-17fix(highlight): refresh highlight attrs before message output #25737glepnir1
2026-02-05test(terminal/cursor_spec): fix flaky test (#37715)zeertzjq1
2026-02-03test(terminal/cursor_spec): fix flaky test (#37681)zeertzjq1
2026-02-03test(tty-test): enable VTI and VTP on Windows (#37677)zeertzjq1
2025-08-26fix(terminal): avoid tailed cursor in focused terminal in eventsSean Dewar1
2025-07-16test(tui_spec): flakiness, global highlight definitions #34958luukvbaal1
2025-06-09ci: skip flaky cursor test on freebsd/cirrusJustin M. Keyes1
2025-04-21feat(options): default statusline expression #33036Shadman1
2025-03-06fix(terminal): improve cursor refresh handling (#32596)Sean Dewar1
2025-02-19fix(terminal): avoid more `busy_start` lacking `busy_stop` (#32509)Sean Dewar1
2025-02-15fix(terminal): avoid mismatched `busy_start` without `busy_stop` (#32458)Sean Dewar1
2025-02-04test(terminal/cursor_spec): remove unnecessary busy handlers (#32321)zeertzjq1
2024-12-23fix(terminal): set cursor cell percentage (#31703)Gregory Anders1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-18test(cursor_spec): global highlight definitions (#31613)luukvbaal1
2024-12-18fix(terminal): restore cursor from 'guicursor' on TermLeave (#31620)Gregory Anders1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)Gregory Anders1
2024-12-04defaults: disable 'number', 'relativenumber', and 'signcolumn' in terminal bu...Gregory Anders1
2024-11-14fix(tests): needing two calls to setup a screen is cringebfredl1
2024-09-15refactor(tests): rename terminal/testutil.lua => testterm.lua #30372Justin M. Keyes1
2024-04-23test: improve test conventionsdundargoc1
2024-04-10refactor(test): inject after_each differentlyLewis Russell1
2024-04-08test: improve test conventionsdundargoc1
2024-03-19test(terminal/cursor_spec): unskip tests that pass on Windows (#27924)zeertzjq1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-16feat(highlight): tweak default color schemeEvgeni Chasnovski1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-06test: set notermguicolors in testsGregory Anders1
2023-12-02feat(highlight): update default color schemeEvgeni Chasnovski1
2023-07-23test: reduce flakiness (#24443)zeertzjq1
2023-07-23test: check real cursor position in Terminal mode (#24436)zeertzjq1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-05-18test: unskip tests on Windows (#18600)zeertzjq1
2022-05-17fix(terminal): do not trim whitespace that is actually in the terminal (#16423)zeertzjq1
2022-02-26test: use helpers.pending_win32(pending) instead of iswin()zeertzjq1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2021-12-08fix(terminal): use coladvance() to calculate buffer cursor positionzeertzjq1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2019-01-29:terminal : set topline based on window height #8325Andrew Pyatkov1
2017-11-12tests: terminal: Assert for SIGWINCH handling before continuingJames McCoy1
2017-08-16win: support :terminalerw71
2017-04-09functests: Fix terminal/cursor_specZyX1
2017-04-09functests: Replace execute with either command or feed_commandZyX1
2017-03-29terminal.c:redraw(): Avoid invalid cursor col (#6379)Justin M. Keyes1