Lines Matching refs:main_window
261 static WINDOW *main_window; variable
371 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
372 mvwprintw(main_window, lines-3, offset, in print_function_line()
375 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
377 mvwprintw(main_window, lines-3, in print_function_line()
382 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
388 show_scroll_win(main_window, in handle_f1()
403 show_scroll_win(main_window, in handle_f3()
412 int res = btn_dialog(main_window, in handle_f4()
653 res = btn_dialog(main_window, in do_exit()
670 main_window, in do_exit()
678 main_window, in do_exit()
702 dres = dialog_inputbox(main_window, in search_conf()
710 show_scroll_win(main_window, in search_conf()
726 show_scroll_win(main_window, in search_conf()
944 refresh_all_windows(main_window); in center_item()
957 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
962 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
963 box(main_window, 0, 0); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
965 mvwprintw(main_window, 0, 3, " %s ", prompt); in show_menu()
966 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
974 menu_window = derwin(main_window, in show_menu()
994 refresh_all_windows(main_window); in show_menu()
1097 refresh_all_windows(main_window); in conf()
1139 refresh_all_windows(main_window); in conf()
1142 refresh_all_windows(main_window); in conf()
1196 btn_dialog(main_window, setmod_text, 0); in conf()
1216 btn_dialog(main_window, buf, 1, "<OK>"); in conf_message_callback()
1228 show_scroll_win(main_window, _(menu_get_prompt(menu)), str_get(&help)); in show_help()
1281 refresh_all_windows(main_window); in conf_choice()
1323 refresh_all_windows(main_window); in conf_choice()
1370 res = dialog_inputbox(main_window, in conf_string()
1381 btn_dialog(main_window, in conf_string()
1397 res = dialog_inputbox(main_window, in conf_load()
1411 btn_dialog(main_window, _("File does not exist!"), 0); in conf_load()
1414 show_scroll_win(main_window, in conf_load()
1428 res = dialog_inputbox(main_window, in conf_save()
1442 btn_dialog(main_window, _("Can't create file! " in conf_save()
1447 show_scroll_win(main_window, in conf_save()
1463 if (main_window != NULL) in setup_windows()
1464 delwin(main_window); in setup_windows()
1467 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1468 keypad(main_window, TRUE); in setup_windows()
1473 new_panel(main_window); in setup_windows()
1541 show_scroll_win(main_window, in main()
1556 delwin(main_window); in main()