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:
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user