mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-23 18:42:27 +01:00
update :messages TODO comment
This commit is contained in:
@@ -509,9 +509,10 @@ liberator.CommandLine = function () //{{{
|
|||||||
function ()
|
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/>");
|
let list = messageHistory.messages.join("<br/>");
|
||||||
|
|
||||||
// TODO: are messages all single line?
|
|
||||||
liberator.commandline.echo(list);
|
liberator.commandline.echo(list);
|
||||||
}, { argCount: "0" });
|
}, { argCount: "0" });
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user