mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 10:18:00 +01:00
Add :style and :delstyle commands. Need to write NEWS and :help entries, I suppose
This commit is contained in:
@@ -504,7 +504,7 @@ liberator.CommandLine = function () //{{{
|
||||
// TODO: color messages
|
||||
// : are all messages single line? Some display an aggregation
|
||||
// of single line messages at least. E.g. :source
|
||||
let list = messageHistory.messages.join("<br/>");
|
||||
let list = messageHistory.messages.join("\n");
|
||||
|
||||
liberator.commandline.echo(list);
|
||||
}, { argCount: "0" });
|
||||
|
||||
Reference in New Issue
Block a user