Home
last modified time | relevance | path

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

/vim-8.2.3635/src/
H A Dos_win32.c160 static WORD g_attrDefault = 7; // lightgray text on black background variable
2831 g_attrCurrent = g_attrDefault = g_cbOrig.Info.wAttributes; in mch_init_c()
2835 g_attrCurrent = g_attrDefault = csbi.wAttributes; in mch_init_c()
2843 g_color_index_fg = g_attrDefault & 0xf; in mch_init_c()
2844 g_color_index_bg = (g_attrDefault >> 4) & 0xf; in mch_init_c()
5911 fill.Attributes = g_attrDefault; in insert_lines()
5982 fill.Attributes = g_attrDefault; in delete_lines()
6104 textattr(g_attrDefault); in normvideo()
6146 cterm_normal_fg_color = (g_attrDefault & 0xf) + 1; in mch_set_normal_colors()
6147 cterm_normal_bg_color = ((g_attrDefault >> 4) & 0xf) + 1; in mch_set_normal_colors()