Home
last modified time | relevance | path

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

/freebsd-head/contrib/bsddialog/lib/
HDlib_util.c233 int i, color_arrows, color_shortkey, color_button; in draw_button() local
237 color_shortkey = t.button.f_shortcutcolor; in draw_button()
241 color_shortkey = t.button.shortcutcolor; in draw_button()
262 wattron(window, color_shortkey); in draw_button()
264 wattroff(window, color_shortkey); in draw_button()