Skip to content

Commit e75b33e

Browse files
youzuweiCopilot
andauthored
Update components/finsh/shell.c
Co-authored-by: Copilot <[email protected]>
1 parent e54ec9b commit e75b33e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/finsh/shell.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -893,7 +893,7 @@ static void finsh_render_line(void)
893893
finsh_putc(' ');
894894
finsh_putc('\r');
895895
#else /* _WIN32 */
896-
finsh_puts("\033[2K\r"); // 2K: clear the line, \r: return to the beginning of the line
896+
finsh_puts("\033[2K\r"); /* 2K: clear the line, \r: return to the beginning of the line */
897897
#endif /* _WIN32 */
898898
finsh_printf("%s%s", FINSH_PROMPT, shell->cmd);
899899

0 commit comments

Comments
 (0)