fix missing newline on single row output
This commit is contained in:
parent
5b710c02b4
commit
ce4f9f838d
1 changed files with 3 additions and 0 deletions
|
@ -218,6 +218,9 @@ static void list_files(struct FileInfo* files, int file_len, struct FileListInfo
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
if (info.total_len <= w.ws_col) printf("\n");
|
||||
|
||||
}
|
||||
|
||||
static bool is_dot_dir(const char* path) {
|
||||
|
|
Loading…
Reference in a new issue