| 2624 | } |
| 2625 | |
| 2626 | void |
| 2627 | mar_update_value() |
| 2628 | { |
| 2629 | if (WIN_MESSAGE != WIN_ERR) { |
| 2630 | mar_message_pause = FALSE; |
| 2631 | mar_esc_pressed = FALSE; |
| 2632 | mar_display_nhwindow(WIN_MESSAGE); |
| 2633 | } |
| 2634 | |
| 2635 | if (WIN_MAP != WIN_ERR) |
| 2636 | mar_cliparound(); |
| 2637 | |
| 2638 | if (WIN_STATUS != WIN_ERR) { |
| 2639 | mar_check_hilight_status(); |
| 2640 | mar_display_nhwindow(WIN_STATUS); |
| 2641 | } |
| 2642 | } |
| 2643 | |
| 2644 | int |
| 2645 | Main_Init(xev, availiable) |
no test coverage detected