1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-23 22:42:26 +01:00

update :messages TODO comment

This commit is contained in:
Doug Kearns
2008-09-28 12:13:21 +00:00
parent 3bf80a0bdd
commit dfb86f7471

View File

@@ -509,9 +509,10 @@ liberator.CommandLine = function () //{{{
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/>");
// TODO: are messages all single line?
liberator.commandline.echo(list);
}, { argCount: "0" });