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. */
| 1102 | selection, -1 otherwise. |
| 1103 | */ |
| 1104 | int |
| 1105 | gnome_get_ext_cmd() |
| 1106 | { |
| 1107 | return ghack_menu_ext_cmd(); |
| 1108 | } |
| 1109 | |
| 1110 | /* |
| 1111 | number_pad(state) |
nothing calls this directly
no test coverage detected