neovim/test/functional/core
Gregory Anders 0dd933265f
feat(terminal)!: cursor shape and blink (#31562)
When a terminal application running inside the terminal emulator sets
the cursor shape or blink status of the cursor, update the cursor in the
parent terminal to match.

This removes the "virtual cursor" that has been in use by the terminal
emulator since the beginning. The original rationale for using the
virtual cursor was to avoid having to support additional UI methods to
change the cursor color for other (non-TUI) UIs, instead relying on the
TermCursor and TermCursorNC highlight groups.

The TermCursor highlight group is now used in the default 'guicursor'
value, which has a new entry for Terminal mode. However, the
TermCursorNC highlight group is no longer supported: since terminal
windows now use the real cursor, when the window is not focused there is
no cursor displayed in the window at all, so there is nothing to
highlight. Users can still use the StatusLineTermNC highlight group to
differentiate non-focused terminal windows.

BREAKING CHANGE: The TermCursorNC highlight group is no longer supported.
2024-12-17 07:11:41 -06:00
..
channels_spec.lua fix(channel): handle writing to file instead of pipe (#30519) 2024-09-26 08:36:50 +00:00
exit_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
fileio_spec.lua fix(tests): needing two calls to setup a screen is cringe 2024-11-14 12:40:57 +01:00
job_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
log_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
main_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
path_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
remote_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
server_spec.lua fix(startup): server fails if $NVIM_APPNAME is relative dir #30310 2024-09-08 12:48:32 -07:00
spellfile_spec.lua test: improve test conventions 2024-04-23 18:17:04 +02:00
startup_spec.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00