shell: mufs: show newline for each line to write

This commit is contained in:
S.J.R. van Schaik 2017-07-27 10:59:14 +02:00
parent 6570ab27c9
commit bba75900c0

View file

@ -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);