1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-01-01 19:42:34 +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

@@ -1502,6 +1502,8 @@ var CommandLine = Module("commandline", {
});
},
modes: function initModes() {
initModes.require("editor");
modes.addMode("COMMAND_LINE", {
char: "c",
description: "Active when the command line is focused",