Lines Matching refs:stdscr
135 wattrset(stdscr, screen_attr); in dlg_put_backtitle()
136 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle()
137 dlg_print_text(stdscr, dialog_vars.backtitle, COLS - 2, &attr); in dlg_put_backtitle()
139 (void) waddch(stdscr, ' '); in dlg_put_backtitle()
140 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle()
142 (void) waddch(stdscr, dlg_boxchar(ACS_HLINE)); in dlg_put_backtitle()
145 (void) wnoutrefresh(stdscr); in dlg_put_backtitle()
169 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
344 (void) keypad(stdscr, TRUE); in init_dialog()
1381 result = stdscr; in window_at_cell()
1885 touchwin(stdscr); in dlg_del_window()
1886 wnoutrefresh(stdscr); in dlg_del_window()
1923 return dlg_new_modal_window(stdscr, height, width, y, x); in dlg_new_window()
2052 wattrset(stdscr, itemhelp_attr); in dlg_item_help()
2053 (void) wmove(stdscr, LINES - 1, 0); in dlg_item_help()
2054 (void) wclrtoeol(stdscr); in dlg_item_help()
2056 dlg_print_text(stdscr, txt, COLS - 1, &attr); in dlg_item_help()
2059 getyx(stdscr, y, x); in dlg_item_help()
2065 (void) wnoutrefresh(stdscr); in dlg_item_help()