We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e54ec9b commit e75b33eCopy full SHA for e75b33e
components/finsh/shell.c
@@ -893,7 +893,7 @@ static void finsh_render_line(void)
893
finsh_putc(' ');
894
finsh_putc('\r');
895
#else /* _WIN32 */
896
- finsh_puts("\033[2K\r"); // 2K: clear the line, \r: return to the beginning of the line
+ finsh_puts("\033[2K\r"); /* 2K: clear the line, \r: return to the beginning of the line */
897
#endif /* _WIN32 */
898
finsh_printf("%s%s", FINSH_PROMPT, shell->cmd);
899
0 commit comments