summaryrefslogtreecommitdiff
path: root/common/content/mow.js
diff options
context:
space:
mode:
Diffstat (limited to 'common/content/mow.js')
-rw-r--r--common/content/mow.js6
1 files changed, 6 insertions, 0 deletions
diff --git a/common/content/mow.js b/common/content/mow.js
index 799d2fb6..aa4c5b76 100644
--- a/common/content/mow.js
+++ b/common/content/mow.js
@@ -307,6 +307,12 @@ var MOW = Module("mow", {
})
}, {
}, {
+ modes: function initModes() {
+ modes.addMode("OUTPUT_MULTILINE", {
+ description: "Active when the multi-line output buffer is open",
+ bases: [modes.NORMAL]
+ });
+ },
mappings: function initMappings() {
const PASS = true;
const DROP = false;