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

Function mar_set_status_align

outdated/win/gem/wingem1.c:395–402  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

393
394void rearrange_windows(void);
395void
396mar_set_status_align(int sa)
397{
398 if (status_align != sa) {
399 status_align = sa;
400 rearrange_windows();
401 }
402}
403void
404mar_set_msg_align(int ma)
405{

Callers 2

Gem_init_nhwindowsFunction · 0.85
Gem_preference_updateFunction · 0.85

Calls 1

rearrange_windowsFunction · 0.85

Tested by

no test coverage detected