Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dhighlight_defs.h21 HL_STRIKETHROUGH = 0x40, enumerator
H A Dhighlight.c758 if (mask & HL_STRIKETHROUGH) { in hlattrs2dict()
H A Dterminal.c751 | (cell.attrs.strike ? HL_STRIKETHROUGH: 0) in terminal_get_line_attributes()
H A Dsyntax.c125 HL_INVERSE, HL_STRIKETHROUGH, HL_NOCOMBINE, 0 };
/dports/editors/vim/vim-8.2.3745/src/
H A Dscreen.c415 screen_attr = HL_BOLD | HL_UNDERLINE | HL_INVERSE | HL_STRIKETHROUGH; in reset_screen_attr()
1867 if ((attr & HL_STRIKETHROUGH) && *T_STS != NUL) // strike in screen_start_highlight()
2056 if (screen_attr & HL_STRIKETHROUGH) in screen_stop_highlight()
H A Dvim.h668 #define HL_STRIKETHROUGH 0x80 macro
H A Dhighlight.c29 … HL_UNDERLINE, HL_UNDERCURL, HL_ITALIC, HL_INVERSE, HL_INVERSE, HL_NOCOMBINE, HL_STRIKETHROUGH, 0};
3815 case 't': attr |= HL_STRIKETHROUGH; in highlight_changed()
H A Dterminal.c2836 attr |= HL_STRIKETHROUGH; in vtermAttr2hl()
2855 if (attr & HL_STRIKETHROUGH) in hl2vtermAttr()
5728 {"strike", HL_STRIKETHROUGH}, in f_term_getattr()
H A Dgui.c2524 if (hl_mask_todo & HL_STRIKETHROUGH) in gui_outstr_nowrap()
H A Devalfunc.c9714 p = highlight_has_attr(id, HL_STRIKETHROUGH, modec); in f_synIDattr()
/dports/editors/neovim/neovim-0.6.1/src/nvim/tui/
H A Dtui.c536 bool strikethrough = attr & HL_STRIKETHROUGH; in update_attrs()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c11078 p = highlight_has_attr(id, HL_STRIKETHROUGH, modec); in f_synIDattr()