1
0
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:
Kris Maglione
2008-10-03 23:14:30 +00:00
parent 268395a0fc
commit 1bb07747c4
5 changed files with 177 additions and 50 deletions

View File

@@ -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" });