Home
last modified time | relevance | path

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

/linux-2.4.37.9/scripts/lxdialog/
Dutil.c127 attr_clear (stdscr, LINES, COLS, screen_attr); in dialog_clear()
132 wattrset (stdscr, screen_attr); in dialog_clear()
Ddialog.h91 #define screen_attr attributes[0] macro
Dlxdialog.c131 attr_clear (stdscr, LINES, COLS, screen_attr); in main()