refresh all windows in the correct order */
| 491 | |
| 492 | /* refresh all windows in the correct order */ |
| 493 | void refresh_all_windows(WINDOW *main_window) |
| 494 | { |
| 495 | update_panels(); |
| 496 | touchwin(main_window); |
| 497 | refresh(); |
| 498 | } |
| 499 | |
| 500 | void show_scroll_win(WINDOW *main_window, |
| 501 | const char *title, |
no outgoing calls
no test coverage detected