MCPcopy Create free account
hub / github.com/NetHack/NetHack / mar_update_value

Function mar_update_value

outdated/win/gem/wingem1.c:2626–2642  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

2624}
2625
2626void
2627mar_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
2644int
2645Main_Init(xev, availiable)

Callers 2

Gem_nhgetchFunction · 0.85
Gem_nh_poskeyFunction · 0.85

Calls 3

mar_display_nhwindowFunction · 0.85
mar_cliparoundFunction · 0.85
mar_check_hilight_statusFunction · 0.85

Tested by

no test coverage detected