Searched refs:tui_border_lrcorner (Results 1 – 3 of 3) sorted by relevance
44 extern chtype tui_border_lrcorner;
100 tui_border_llcorner, tui_border_lrcorner); in box_win()
212 chtype tui_border_lrcorner; variable260 if (tui_border_lrcorner != (chtype) entry->value) in tui_update_variables()262 tui_border_lrcorner = (entry->value < 0) ? ACS_LRCORNER : entry->value; in tui_update_variables()