1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-21 09:57:59 +01:00

Preserve highlight when pusshing messages to the MOW.

This commit is contained in:
Kris Maglione
2008-12-07 12:01:04 -05:00
parent 0876a3bef2
commit f10a9e1650
2 changed files with 3 additions and 3 deletions

View File

@@ -977,7 +977,8 @@ function CommandLine() //{{{
else
{
if (messageBox.value == lastEcho)
echoMultiline(lastEcho);
echoMultiline(<span highlight="Message">{lastEcho}</span>,
messageBox.getAttributeNS(NS.uri, "highlight"));
lastEcho = (action == echoLine) && str;
}