diff options
author | Kris Maglione <maglione.k@gmail.com> | 2011-10-03 00:24:18 -0400 |
---|---|---|
committer | Kris Maglione <maglione.k@gmail.com> | 2011-10-03 00:24:18 -0400 |
commit | 0a5f0190c3370cf22afd1a78c2c2c6c459be98b1 (patch) | |
tree | 9c43589c2e5dd3c6197b4869632089ae160b7be2 /common/content/mow.js | |
parent | 32a3d45a7ced1c84761e0fb637798075400bbd31 (diff) | |
download | pentadactyl-0a5f0190c3370cf22afd1a78c2c2c6c459be98b1.tar.gz |
Enable the new ItemList. Add tentative new c_<C-f>/c_<PageDown>, c_<C-b>/c_<PageUp>, c_<C-Tab>, and c_<C-S-Tab> mappings.
Diffstat (limited to 'common/content/mow.js')
-rw-r--r-- | common/content/mow.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/content/mow.js b/common/content/mow.js index 32dbe853..a377e306 100644 --- a/common/content/mow.js +++ b/common/content/mow.js @@ -120,7 +120,7 @@ var MOW = Module("mow", { // after interpolated data. XML.ignoreWhitespace = XML.prettyPrinting = false; - highlightGroup = "CommandOutput " + (highlight || ""); + highlightGroup = "CommandOutput " + (highlightGroup || ""); if (isObject(data) && !isinstance(data, _)) { this.lastOutput = null; |