neovim/runtime/lua/vim/_meta
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
..
api_keysets_extra.lua docs(annotation): return types for Vimscript functions #31546 2024-12-11 03:27:08 -08:00
api_keysets.lua feat(keysets): teach Union and LuaRefOf 2024-11-25 17:34:02 +00:00
api.lua fix(api): generic error messages, not using TRY_WRAP #31596 2024-12-16 08:34:16 -08:00
base64.lua fix: lua annotations 2024-04-26 15:13:06 +01:00
builtin_types.lua feat(meta): add type for quickfix entries 2024-10-17 10:54:19 +01:00
builtin.lua fix(ui): no fast context for prompt message kinds #31224 2024-11-15 14:34:42 -08:00
diff.lua test: refactor exec_lua in xdiff_spec 2024-09-30 11:51:33 +01:00
json.lua feat(stdlib): vim.json.encode(...,{escape_slash:boolean}) #30561 2024-12-06 12:43:41 -08:00
lpeg.lua docs(lpeg): merge upstream changes 2024-07-15 21:16:29 +01:00
misc.lua fix: type warnings in shared.lua 2024-02-15 11:32:50 +00:00
mpack.lua feat(docs): replace lua2dox.lua 2024-02-27 14:41:17 +00:00
options.lua feat(terminal)!: cursor shape and blink (#31562) 2024-12-17 07:11:41 -06:00
re.lua docs: news 2024-05-15 23:19:26 +02:00
regex.lua docs: dev-arch, focusable windows #30510 2024-10-07 08:27:38 -07:00
spell.lua refactor(lua): use tuple syntax everywhere #29111 2024-06-04 06:06:02 -07:00
vimfn.lua docs(annotations): added ---@generic support 2024-12-13 17:05:38 +00:00
vvars_extra.lua docs(vvars): adjust lua types for vim.v variables #31510 2024-12-09 16:27:39 -08:00
vvars.lua docs(vvars): adjust lua types for vim.v variables #31510 2024-12-09 16:27:39 -08:00