* Move the cursor to start of prompt line before executing a command. * This looks nicer if the command takes a long time before * updating the screen. */
| 90 | * updating the screen. |
| 91 | */ |
| 92 | static void |
| 93 | cmd_exec(VOID_PARAM) |
| 94 | { |
| 95 | clear_attn(); |
| 96 | clear_bot(); |
| 97 | flush(); |
| 98 | } |
| 99 | |
| 100 | /* |
| 101 | * Indicate we are reading a multi-character command. |