Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ mar_change_button_char
Function
mar_change_button_char
outdated/win/gem/wingem1.c:1011–1016 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1009
}
1010
1011
void
1012
mar_change_button_char(OBJECT *z_ob, int nr, char ch)
1013
{
1014
*ob_get_text(z_ob, nr, 0) = ch;
1015
ob_set_hotkey(z_ob, nr, ch);
1016
}
1017
1018
void
1019
mar_set_dir_keys()
Callers
2
mar_set_dir_keys
Function · 0.85
Gem_yn_function
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected