shell: mufs: show newline for each line to write
This commit is contained in:
parent
6570ab27c9
commit
bba75900c0
1 changed files with 1 additions and 1 deletions
|
@ -193,7 +193,7 @@ static void do_mufs_write(struct console *con, const char **argv, size_t argc)
|
|||
|
||||
while ((ret = console_read(con, data, sizeof data)) > 0) {
|
||||
mufs_write(file, data, ret);
|
||||
fprintf(con->fp, "> ");
|
||||
fprintf(con->fp, "\n> ");
|
||||
}
|
||||
|
||||
mufs_close(file);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue