1
0
forked from aniani/vim

patch 9.0.1232: ColorTable saving and restoring does not work properly

Problem:    ColorTable saving and restoring does not work properly.
Solution:   Restore ColorTable[16] usage. (Christopher Plewright,
            closes #11836)
This commit is contained in:
Christopher Plewright
2023-01-22 18:58:30 +00:00
committed by Bram Moolenaar
parent 3770f4c9cd
commit d343c60df4
4 changed files with 49 additions and 65 deletions

View File

@@ -73,6 +73,7 @@ void set_alist_count(void);
void fix_arg_enc(void);
int mch_setenv(char *var, char *value, int x);
int vtp_printf(char *format, ...);
int use_wt(void);
void get_default_console_color(int *cterm_fg, int *cterm_bg, guicolor_T *gui_fg, guicolor_T *gui_bg);
void control_console_color_rgb(void);
int use_vtp(void);