Home
last modified time | relevance | path

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

/dragonfly/contrib/dialog/
H A Ddialog.h243 #define screen_attr DIALOG_ATR(0) macro
H A Dutil.c206 dlg_attrset(stdscr, screen_attr); in dlg_put_backtitle()
240 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
1745 dlg_attrset(dw->shadow, draw ? shadow_attr : screen_attr); in repaint_shadow()