Home
last modified time | relevance | path

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

/dports/irc/hexchat/hexchat-2.16.0/src/common/
H A Dhexchat.h118 unsigned int hex_gui_input_attr; member
H A Dcfgfiles.c413 {"gui_input_attr", P_OFFINT (hex_gui_input_attr), TYPE_BOOL},
754 prefs.hex_gui_input_attr = 1; in load_default_config()
/dports/irc/hexchat/hexchat-2.16.0/src/fe-gtk/
H A Dsetup.c193 {ST_TOGGLE, N_("Render colors and attributes"), P_OFFINTNL (hex_gui_input_attr),0,0,0},
2074 sexy_spell_entry_set_parse_attributes ((SexySpellEntry *)gui->input_box, prefs.hex_gui_input_attr); in setup_apply_to_sess()
H A Dmaingui.c2983 sexy_spell_entry_set_parse_attributes ((SexySpellEntry *)entry, prefs.hex_gui_input_attr); in mg_create_entry()