mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 16:52:25 +01:00
update :messages TODO comment
This commit is contained in:
@@ -508,10 +508,11 @@ liberator.CommandLine = function () //{{{
|
||||
"Display previously given messages",
|
||||
function ()
|
||||
{
|
||||
// TODO: color messages
|
||||
// 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/>");
|
||||
|
||||
// TODO: are messages all single line?
|
||||
liberator.commandline.echo(list);
|
||||
}, { argCount: "0" });
|
||||
|
||||
|
||||
Reference in New Issue
Block a user