#herecmdmenu command */
| 4331 | |
| 4332 | /* #herecmdmenu command */ |
| 4333 | staticfn int |
| 4334 | doherecmdmenu(void) |
| 4335 | { |
| 4336 | char ch = here_cmd_menu(); |
| 4337 | |
| 4338 | return (ch && ch != '\033') ? ECMD_TIME : ECMD_OK; |
| 4339 | } |
| 4340 | |
| 4341 | /* #therecmdmenu command, a way to test there_cmd_menu without mouse */ |
| 4342 | staticfn int |
nothing calls this directly
no test coverage detected