Skip to content
Snippets Groups Projects
Commit 657c6dc0 authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Insure that archive content listing starts a new line

... when run from the BBS (terminal server)
parent 62852439
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,9 @@ function list(filename, verbose)
file_fmt += "\x01h\x01w%s";
if(verbose > 1)
file_fmt += " %s";
if(!js.global.console) {
if(js.global.console) {
console.cond_newline();
} else {
dir_fmt = strip_ctrl(dir_fmt);
file_fmt = strip_ctrl(file_fmt);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment