* Put the cursor on the hero. Flush all accumulated glyphs before doing it. */
| 1684 | * Put the cursor on the hero. Flush all accumulated glyphs before doing it. |
| 1685 | */ |
| 1686 | void |
| 1687 | curs_on_u(void) |
| 1688 | { |
| 1689 | flush_screen(1); /* Flush waiting glyphs & put cursor on hero */ |
| 1690 | } |
| 1691 | |
| 1692 | /* the #redraw command */ |
| 1693 | int |
no test coverage detected