Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
}
403
void
404
mar_set_msg_align(int ma)
405
{
406
if (msg_align != ma) {
407
msg_align = ma;
408
rearrange_windows();
409
}
410
}
411
void
412
mar_set_msg_visible(int mv)
413
{
Callers
2
Gem_init_nhwindows
Function · 0.85
Gem_preference_update
Function · 0.85
Calls
1
rearrange_windows
Function · 0.85
Tested by
no test coverage detected