Home
last modified time | relevance | path

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

/dports/editors/neovim/neovim-0.6.1/src/nvim/
H A Dui.c147 bool ui_rgb_attached(void) in ui_rgb_attached() function
H A Dsyntax.c7079 if (!ui_rgb_attached()) { in do_highlight()
7486 if (what[2] == '#' && ui_rgb_attached()) { in highlight_color()
/dports/editors/neovim/neovim-0.6.1/src/nvim/eval/
H A Dfuncs.c11041 } else if (ui_rgb_attached()) { in f_synIDattr()