forked from aniani/vim
patch 9.0.1235: MS-Windows console: not flushing termguicolors
Problem: MS-Windows console: not flushing termguicolors. Solution: Flush termguicolors. (Christopher Plewright, closes #11871)
This commit is contained in:
committed by
Bram Moolenaar
parent
ebfec1c531
commit
dc7179f9a4
@@ -73,7 +73,6 @@ 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);
|
||||
|
||||
Reference in New Issue
Block a user