Lines Matching full:window
25 static void print_page(WINDOW *win, int height, int width, update_text_fn
27 static void print_line(WINDOW *win, int row, int width);
29 static void print_position(WINDOW * win);
37 * refresh window content
39 static void refresh_text_box(WINDOW *dialog, WINDOW *box, int boxh, int boxw, in refresh_text_box()
62 WINDOW *dialog, *box; in dialog_textbox()
109 /* Create window for box region, used for scrolling text */ in dialog_textbox()
118 /* register the new window, along with its borders */ in dialog_textbox()
312 static void print_page(WINDOW *win, int height, int width, update_text_fn in print_page()
341 static void print_line(WINDOW * win, int row, int width) in print_line()
399 static void print_position(WINDOW * win) in print_position()