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

make use of v.commandline.FORCE_MULTILINE in multiline echo calls

This commit is contained in:
Doug Kearns
2007-10-30 09:20:36 +00:00
parent f2f6969fdb
commit 8f06461864
4 changed files with 7 additions and 7 deletions

View File

@@ -1599,7 +1599,7 @@ vimperator.Commands = function() //{{{
"<tr><td> Total time:</td><td align=\"right\"><span style=\"color: red\">" + total.toFixed(2) + "</span></td><td>" + total_units + "</td></tr>" +
"</table>";
vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, true);
vimperator.commandline.echo(str, vimperator.commandline.HL_NORMAL, vimperator.commandline.FORCE_MULTILINE);
}
else
{