tag | line | file | source code |
---|---|---|---|
attr_clear | 125 | scripts/lxdialog/dialog.h | void attr_clear (WINDOW * win, int height, int width, chtype attr); |
attr_clear | 133 | scripts/lxdialog/lxdialog.c | attr_clear (stdscr, LINES, COLS, screen_attr); |
attr_clear | 117 | scripts/lxdialog/textbox.c | attr_clear (text, height - 4, width - 2, dialog_attr); |
attr_clear | 127 | scripts/lxdialog/util.c | attr_clear (stdscr, LINES, COLS, screen_attr); |