Lines Matching refs:main_window
263 static WINDOW *main_window; variable
373 (void) wattrset(main_window, attributes[FUNCTION_HIGHLIGHT]); in print_function_line()
374 mvwprintw(main_window, lines-3, offset, in print_function_line()
377 (void) wattrset(main_window, attributes[FUNCTION_TEXT]); in print_function_line()
379 mvwprintw(main_window, lines-3, in print_function_line()
384 (void) wattrset(main_window, attributes[NORMAL]); in print_function_line()
390 show_scroll_win(main_window, in handle_f1()
405 show_scroll_win(main_window, in handle_f3()
414 int res = btn_dialog(main_window, in handle_f4()
655 res = btn_dialog(main_window, in do_exit()
672 main_window, in do_exit()
681 main_window, in do_exit()
705 dres = dialog_inputbox(main_window, in search_conf()
713 show_scroll_win(main_window, in search_conf()
729 show_scroll_win(main_window, in search_conf()
947 refresh_all_windows(main_window); in center_item()
960 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
965 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
966 box(main_window, 0, 0); in show_menu()
967 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
968 mvwprintw(main_window, 0, 3, " %s ", prompt); in show_menu()
969 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
977 menu_window = derwin(main_window, in show_menu()
997 refresh_all_windows(main_window); in show_menu()
1100 refresh_all_windows(main_window); in conf()
1142 refresh_all_windows(main_window); in conf()
1145 refresh_all_windows(main_window); in conf()
1199 btn_dialog(main_window, setmod_text, 0); in conf()
1216 btn_dialog(main_window, s, 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()
1537 show_scroll_win(main_window, in main()
1552 delwin(main_window); in main()