Home
last modified time | relevance | path

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

/dports/editors/vim/vim-8.2.3745/src/
H A Dchannel.c26 # define CH_HAS_GUI (gui.in_use || gui.starting) macro
592 if (!CH_HAS_GUI) in channel_gui_register_one()
3603 #if defined(CH_HAS_GUI) && defined(FEAT_GUI_GTK) in channel_read()
3604 else if (CH_HAS_GUI && gtk_main_level() > 0) in channel_read()