#annotate command - add a custom name to the current level */
| 2568 | |
| 2569 | /* #annotate command - add a custom name to the current level */ |
| 2570 | int |
| 2571 | donamelevel(void) |
| 2572 | { |
| 2573 | if (iflags.menu_requested) |
| 2574 | return dooverview(); |
| 2575 | query_annotation((d_level *) 0); |
| 2576 | return ECMD_OK; |
| 2577 | } |
| 2578 | #endif /* !SFCTOOL */ |
| 2579 | |
| 2580 | /* exclusion zones */ |
no test coverage detected