* Clear command line. */
| 125 | * Clear command line. |
| 126 | */ |
| 127 | public void |
| 128 | clear_cmd(VOID_PARAM) |
| 129 | { |
| 130 | cmd_col = prompt_col = 0; |
| 131 | cmd_mbc_buf_len = 0; |
| 132 | updown_match = -1; |
| 133 | } |
| 134 | |
| 135 | /* |
| 136 | * Display a string, usually as a prompt for input into the command buffer. |