aboutsummaryrefslogtreecommitdiff
path: root/test/functional/ui/cursor_spec.lua
Commit message (Expand)AuthorAge
* feat(terminal)!: cursor shape and blink (#31562)Gregory Anders2024-12-17
* feat(ex_cmds): :sleep! hides the cursor while sleeping (#31493)zeertzjq2024-12-07
* fix(tests): needing two calls to setup a screen is cringebfredl2024-11-14
* vim-patch:9.1.0476: Cannot see matched text in popup menuzeertzjq2024-06-15
* feat(highlight): add StatusLineTerm and StatusLineTermNC groupsGregory Anders2024-06-12
* test: improve test conventionsdundargoc2024-04-23
* refactor(test): inject after_each differentlyLewis Russell2024-04-10
* test: improve test conventionsdundargoc2024-04-08
* refactor(tests): all screen tests should use highlightsbfredl2024-03-23
* fix(colorscheme): use explicit normal foreground in syntax groupsEvgeni Chasnovski2024-01-25
* test: rename (meths, funcs) -> (api, fn)Lewis Russell2024-01-12
* test: typing for helpers.methsLewis 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
* feat(highlight): update default color schemeEvgeni Chasnovski2023-12-02
* fix(highlight): add `FloatFooter` to 'highlight_defs.h' (#25577)Evgeni Chasnovski2023-10-10
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* vim-patch:9.0.1397: highlight for popupmenu kind and extra cannot be set (#22...zeertzjq2023-03-11
* feat(ui): add support to display a title in the border of a float (#20184)Raphael2022-11-06
* perf(ui): eliminate spurious memory allocations for hl_attr_define eventbfredl2022-07-18
* fix(highlight): let winhighlight use cursorzbirenbaum2022-06-07
* feat(ui): add `'winbar'`Famiu Haque2022-05-18
* feat(highlight): implement CurSearch highlightFamiu Haque2022-04-17
* feat: add support for global statuslineFamiu Haque2022-03-18
* vim-patch:8.2.3664: cannot adjust sign highlighting for 'cursorline'James McCoy2021-12-08
* vim-patch:8.1.2229: color number column above/below cursor #15409zeertzjq2021-08-27
* floats: add borders (MS-DOS MODE)Björn Linse2021-03-22
* UI: fix cursor not displayed after hiding and un-hiding #12811erw72020-09-12
* TUI: can make the cursor transparent #11519Matthieu Coudron2019-12-19
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* ui: add 'redrawdebug' option for flexible debugging of redrawingBjörn Linse2019-07-09
* floats: add NormalFloat highlight and 'nonumber' defaultBjörn Linse2019-03-12
* tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* cursor_shape: use attribute ids instead of syntax idsBjörn Linse2018-08-13
* msg: do not scroll entire screen (#8088)Björn Linse2018-03-31
* options: make 'highlight' read-onlyBjörn Linse2017-05-15
* options: allow different highlights in windowsBjörn Linse2017-05-08
* 'guicursor': No color/blink by defaultJustin M. Keyes2017-04-30
* ui: use an array for mode stylesBjörn Linse2017-04-21
* ui: add tests for new cursor shape modesBjörn Linse2017-04-21
* tests: short form `screen:except(func)` expects condition only. #6440Björn Linse2017-04-06
* 'guicursor': Disable by default for unknown terminals.Justin M. Keyes2017-04-04
* 'guicursor': enabled=false if 'guicursor' is emptyJustin M. Keyes2017-04-04
* 'listchars': `Whitespace` highlight group #6367Yichao Zhou2017-04-03
* tests: Fix testlint errorsZyX2017-04-03
* api/cursor_style_set: mode descriptionsJustin M. Keyes2017-04-01
* 'guicursor': Empty means "block cursor in all modes".Justin M. Keyes2017-04-01