Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
394
void rearrange_windows(void);
395
void
396
mar_set_status_align(int sa)
397
{
398
if (status_align != sa) {
399
status_align = sa;
400
rearrange_windows();
401
}
402
}
403
void
404
mar_set_msg_align(int ma)
405
{
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