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. */
| 1174 | selection, -1 otherwise. |
| 1175 | */ |
| 1176 | int |
| 1177 | curses_get_ext_cmd(void) |
| 1178 | { |
| 1179 | return curses_ext_cmd(); |
| 1180 | } |
| 1181 | |
| 1182 | |
| 1183 | /* |
nothing calls this directly
no test coverage detected