| 118 | * *************** */ |
| 119 | |
| 120 | static void IConsoleClearCommand() |
| 121 | { |
| 122 | _iconsole_cmdline.DeleteAll(); |
| 123 | _iconsole_tab_completion.Reset(); |
| 124 | SetWindowDirty(WC_CONSOLE, 0); |
| 125 | } |
| 126 | |
| 127 | static inline void IConsoleResetHistoryPos() |
| 128 | { |
no test coverage detected