Lines Matching refs:stdscr
223 dlg_attrset(stdscr, screen_attr); in dlg_put_backtitle()
224 (void) wmove(stdscr, 0, 1); in dlg_put_backtitle()
225 dlg_print_text(stdscr, dialog_vars.backtitle, COLS - 2, &attr); in dlg_put_backtitle()
227 (void) waddch(stdscr, ' '); in dlg_put_backtitle()
228 (void) wmove(stdscr, 1, 1); in dlg_put_backtitle()
230 (void) waddch(stdscr, dlg_boxchar(ACS_HLINE)); in dlg_put_backtitle()
233 (void) wnoutrefresh(stdscr); in dlg_put_backtitle()
257 dlg_attr_clear(stdscr, LINES, COLS, screen_attr); in dlg_clear()
424 (void) keypad(stdscr, TRUE); in init_dialog()
645 werase(stdscr); in end_dialog()
646 wrefresh(stdscr); in end_dialog()
1664 result = stdscr; in window_at_cell()
2292 touchwin(stdscr); in dlg_del_window()
2293 wnoutrefresh(stdscr); in dlg_del_window()
2331 return dlg_new_modal_window(stdscr, height, width, y, x); in dlg_new_window()
2553 dlg_attrset(stdscr, itemhelp_attr); in dlg_item_help()
2554 (void) wmove(stdscr, LINES - 1, 0); in dlg_item_help()
2555 (void) wclrtoeol(stdscr); in dlg_item_help()
2557 dlg_print_text(stdscr, txt, COLS - 1, &attr); in dlg_item_help()
2562 getyx(stdscr, y, x); in dlg_item_help()
2569 (void) wnoutrefresh(stdscr); in dlg_item_help()