1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-09 08:54:13 +01:00

Make caret visible while selected when in Visual Text Edit mode.

This commit is contained in:
Kris Maglione
2011-10-05 07:27:21 -04:00
parent e498c0662a
commit 942aa9214a
6 changed files with 85 additions and 70 deletions

View File

@@ -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;