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

Function gnome_get_ext_cmd

outdated/win/gnome/gnbind.c:1104–1108  ·  view source on GitHub ↗

int get_ext_cmd(void) -- Get an extended command in a window-port specific way. An index into extcmdlist[] is returned on a successful selection, -1 otherwise. */

Source from the content-addressed store, hash-verified

1102 selection, -1 otherwise.
1103*/
1104int
1105gnome_get_ext_cmd()
1106{
1107 return ghack_menu_ext_cmd();
1108}
1109
1110/*
1111number_pad(state)

Callers

nothing calls this directly

Calls 1

ghack_menu_ext_cmdFunction · 0.85

Tested by

no test coverage detected