summaryrefslogtreecommitdiffstatshomepage
path: root/test/functional/terminal/scrollback_spec.lua
AgeCommit message (Expand)AuthorFiles
2026-03-10feat(terminal): surface exit code via virttext + nvim_get_chan_info #37987Ayaan1
2026-02-23test(terminal/scrollback_spec): fix flaky test (#38026)zeertzjq1
2026-02-18test: fix test failure causing following tests to fail (#37932)zeertzjq1
2026-02-17fix(terminal): crash after deleting buffer lines (#37921)zeertzjq1
2026-02-13fix(terminal): scrollback may still be wrong on height increase (#37835)zeertzjq1
2026-02-12fix(terminal): changing height may lead to wrong scrollback (#37824)zeertzjq1
2026-02-10fix(terminal): wrong scrollback with nvim_open_term() on buffer (#37791)zeertzjq1
2026-02-09fix(terminal): handle ED 3 (clear scrollback) properly (#21412)zeertzjq1
2025-10-29fix(terminal): keep last cursor if it's on the last rowzeertzjq1
2025-10-25fix(terminal): adjust marks when deleting scrollback lines (#36294)zeertzjq1
2025-07-16test(tui_spec): flakiness, global highlight definitions #34958luukvbaal1
2025-07-14feat(term): increase max scrollback to 1000000Lewis Russell1
2024-12-19feat(jobs): jobstart(…,{term=true}), deprecate termopen() #31343Justin M. Keyes1
2024-12-17feat(terminal)!: cursor shape and blink (#31562)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-23refactor(tests): all screen tests should use highlightsbfredl1
2024-01-12test: rename (meths, funcs) -> (api, fn)Lewis Russell1
2024-01-12test: normalise nvim bridge functionsLewis Russell1
2024-01-12test: typing for helpers.methsLewis Russell1
2024-01-03refactor: format test/*Justin M. Keyes1
2023-12-14feat(nvim_open_term): convert LF => CRLF (#26384)Raphael1
2023-12-09test: avoid repeated screen lines in expected stateszeertzjq1
2023-12-07test(terminal): remove unnecessary string operations (#26434)zeertzjq1
2023-11-30test: unskip more terminal tests on Windows (#26315)zeertzjq1
2023-09-24test: only trim trailing spaces in swapfile tests (#25341)zeertzjq1
2023-08-14test(terminal): fix scrollback test flakiness (#24708)zeertzjq1
2023-08-10test: update tests for auto-closing :term buffersGregory Anders1
2023-07-23test: reduce flakiness (#24443)zeertzjq1
2023-05-22test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque1
2023-05-21refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell1
2023-04-05refactor: rename local API alias from a to apiLewis Russell1
2023-03-13test: unskip working Windows tests (#22537)dundargoc1
2022-11-22test: simplify platform detection (#21020)dundargoc1
2022-11-13test: introduce skip() #21010dundargoc1
2022-06-25refactor(tests): introduce testprg()Justin M. Keyes1
2022-06-08fix(terminal): scrollback delete lines immediately #18832Javier Lopez1
2022-05-18test: unskip tests on Windows (#18600)zeertzjq1
2022-02-20ci: skip tests that fail on windowsDundar Göc1
2021-12-15fix(terminal): fix resize crash with pending scrollback (#14891)Sean Dewar1
2020-12-01test/wildmode_spec: override $PS1Jan Edmund Lazo1
2020-10-19A Mudholland Dr. RecastBjörn Linse1
2019-11-09test/Screen:expect: replace "{IGNORE}" with "{MATCH:…}"Justin M. Keyes1
2019-10-13tests/ui: remove unnecessary screen:detach()Björn Linse1
2019-09-16tests: fix flaky 'scrollback' option deletes lines (only) if necessary (#11003)Daniel Hahler1
2019-09-06test: Eliminate expect_errJustin M. Keyes1
2019-09-04tests: scrollback_spec: use shell-test instead of awk (#10914)Daniel Hahler1