Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/NetHack/NetHack
/ here_cmd_menu
Function
here_cmd_menu
src/cmd.c:4898–4903 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
4896
}
4897
4898
staticfn char
4899
here_cmd_menu(void)
4900
{
4901
there_cmd_menu(u.ux, u.uy, CLICK_1);
4902
return
'\0'
;
4903
}
4904
4905
void
4906
click_to_cmd(coordxy x, coordxy y, int mod)
Callers
2
doherecmdmenu
Function · 0.85
dotherecmdmenu
Function · 0.85
Calls
1
there_cmd_menu
Function · 0.85
Tested by
no test coverage detected