mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-02-24 00:05:46 +01:00
Fuck with :regressions a bit.
This commit is contained in:
@@ -547,6 +547,8 @@ function CommandLine() //{{{
|
||||
setHighlightGroup(highlightGroup);
|
||||
messageBox.value = str;
|
||||
|
||||
liberator.triggerObserver("echoLine", str, highlightGroup, forceSingle);
|
||||
|
||||
if (!commandShown())
|
||||
commandline.hide();
|
||||
|
||||
@@ -562,6 +564,8 @@ function CommandLine() //{{{
|
||||
let doc = multilineOutputWidget.contentDocument;
|
||||
let win = multilineOutputWidget.contentWindow;
|
||||
|
||||
liberator.triggerObserver("echoMultiline", str, highlightGroup);
|
||||
|
||||
/* If it's already XML, assume it knows what it's doing.
|
||||
* Otherwise, white space is significant.
|
||||
* The problem elsewhere is that E4X tends to insert new lines
|
||||
|
||||
Reference in New Issue
Block a user