Home
last modified time | relevance | path

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

/busybox-1.35.0/scripts/kconfig/lxdialog/
Ddialog.h92 #define screen_attr attributes[0] macro
Dutil.c122 attr_clear(stdscr, LINES, COLS, screen_attr); in dialog_clear()
127 wattrset(stdscr, screen_attr); in dialog_clear()
Dlxdialog.c126 attr_clear(stdscr, LINES, COLS, screen_attr); in main()