mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-24 03:32:28 +01:00
Fix some quirks
This commit is contained in:
@@ -999,7 +999,8 @@ function CommandLine() //{{{
|
||||
let single = flags & (this.FORCE_SINGLELINE | this.DISALLOW_MULTILINE);
|
||||
|
||||
let action = echoLine;
|
||||
if (!outputContainer.collapsed || messageBox.value == lastEcho)
|
||||
|
||||
if (!single && (!outputContainer.collapsed || messageBox.value == lastEcho))
|
||||
action = echoMultiline;
|
||||
|
||||
if ((flags & this.FORCE_MULTILINE) || (/\n/.test(str) || typeof str == "xml") && !(flags & this.FORCE_SINGLELINE))
|
||||
|
||||
Reference in New Issue
Block a user