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()
946 refresh_all_windows(main_window); in center_item()
959 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
964 (void) wattrset(main_window, attributes[MAIN_MENU_BOX]); in show_menu()
965 box(main_window, 0, 0); in show_menu()
966 (void) wattrset(main_window, attributes[MAIN_MENU_HEADING]); in show_menu()
967 mvwprintw(main_window, 0, 3, " %s ", prompt); in show_menu()
968 (void) wattrset(main_window, attributes[NORMAL]); in show_menu()
976 menu_window = derwin(main_window, in show_menu()
996 refresh_all_windows(main_window); in show_menu()
1099 refresh_all_windows(main_window); in conf()
1141 refresh_all_windows(main_window); in conf()
1144 refresh_all_windows(main_window); in conf()
1198 btn_dialog(main_window, setmod_text, 0); in conf()
1215 btn_dialog(main_window, s, 1, "<OK>"); in conf_message_callback()
1227 show_scroll_win(main_window, menu_get_prompt(menu), str_get(&help)); in show_help()
1280 refresh_all_windows(main_window); in conf_choice()
1322 refresh_all_windows(main_window); in conf_choice()
1369 res = dialog_inputbox(main_window, in conf_string()
1380 btn_dialog(main_window, in conf_string()
1396 res = dialog_inputbox(main_window, in conf_load()
1410 btn_dialog(main_window, "File does not exist!", 0); in conf_load()
1413 show_scroll_win(main_window, in conf_load()
1427 res = dialog_inputbox(main_window, in conf_save()
1441 btn_dialog(main_window, "Can't create file!", in conf_save()
1445 show_scroll_win(main_window, in conf_save()
1461 if (main_window != NULL) in setup_windows()
1462 delwin(main_window); in setup_windows()
1465 main_window = newwin(lines-2, columns-2, 2, 1); in setup_windows()
1466 keypad(main_window, TRUE); in setup_windows()
1471 new_panel(main_window); in setup_windows()
1535 show_scroll_win(main_window, in main()
1550 delwin(main_window); in main()