Home
last modified time | relevance | path

Searched refs:save_console_bg_rgb (Results 1 – 1 of 1) sorted by relevance

/vim-8.2.3635/src/
H A Dos_win32.c205 static guicolor_T save_console_bg_rgb; variable
7930 save_console_bg_rgb = (guicolor_T)csbi.ColorTable[g_color_index_bg]; in vtp_init()
7932 store_console_bg_rgb = save_console_bg_rgb; in vtp_init()
8276 csbi.ColorTable[g_color_index_bg] = (COLORREF)save_console_bg_rgb; in restore_console_color_rgb()