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

Function curses_get_ext_cmd

win/curses/cursmain.c:1176–1180  ·  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

1174 selection, -1 otherwise.
1175*/
1176int
1177curses_get_ext_cmd(void)
1178{
1179 return curses_ext_cmd();
1180}
1181
1182
1183/*

Callers

nothing calls this directly

Calls 1

curses_ext_cmdFunction · 0.85

Tested by

no test coverage detected