mirror of
https://github.com/neovim/neovim.git
synced 2025-10-17 15:21:47 +00:00
ui: forward relevant option updates to UIs (#7520)
also make termguicolors mutable after startup
This commit is contained in:
@@ -447,6 +447,9 @@ EXTERN char_u *p_popt; // 'printoptions'
|
||||
EXTERN char_u *p_header; // 'printheader'
|
||||
EXTERN int p_prompt; // 'prompt'
|
||||
EXTERN char_u *p_guicursor; // 'guicursor'
|
||||
EXTERN char_u *p_guifont; // 'guifont'
|
||||
EXTERN char_u *p_guifontset; // 'guifontset'
|
||||
EXTERN char_u *p_guifontwide; // 'guifontwide'
|
||||
EXTERN char_u *p_hf; // 'helpfile'
|
||||
EXTERN long p_hh; // 'helpheight'
|
||||
EXTERN char_u *p_hlg; // 'helplang'
|
||||
|
Reference in New Issue
Block a user