mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-04-04 20:23:35 +02:00
Make commandline.echo white-space: nowrap by default.
This commit is contained in:
@@ -367,6 +367,7 @@ function IO() //{{{
|
||||
let output = io.system(args);
|
||||
let command = ":" + util.escapeHTML(commandline.getCommand()) + "<br/>";
|
||||
|
||||
liberator.echo(template.generic(<span style="white-space: pre">{output}</span>))
|
||||
liberator.echo(command + util.escapeHTML(output));
|
||||
|
||||
autocommands.trigger("ShellCmdPost", {});
|
||||
|
||||
Reference in New Issue
Block a user