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

Function mar_set_msg_align

outdated/win/gem/wingem1.c:403–410  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

401 }
402}
403void
404mar_set_msg_align(int ma)
405{
406 if (msg_align != ma) {
407 msg_align = ma;
408 rearrange_windows();
409 }
410}
411void
412mar_set_msg_visible(int mv)
413{

Callers 2

Gem_init_nhwindowsFunction · 0.85
Gem_preference_updateFunction · 0.85

Calls 1

rearrange_windowsFunction · 0.85

Tested by

no test coverage detected