shell: mufs: show newline for each line to write

tags/0.1.0
S.J.R. van Schaik 8 years ago
parent 6570ab27c9
commit bba75900c0
  1. 2
      source/shell/mufs.c

@ -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…
Cancel
Save