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

Muck up the source code with a hidden option to hide the bloody command shadow.

This commit is contained in:
Kris Maglione
2009-10-11 03:13:23 -04:00
parent 755079877e
commit b261b4ba56
2 changed files with 3 additions and 3 deletions

View File

@@ -1336,7 +1336,7 @@ function CommandLine() //{{{
if (events.isAcceptKey(key)) if (events.isAcceptKey(key))
{ {
let mode = currentExtendedMode; // save it here, as modes.pop() resets it let mode = currentExtendedMode; // save it here, as modes.pop() resets it
keepCommand = true; keepCommand = !userContext.hidden_option_no_command_afterimage;
currentExtendedMode = null; // Don't let modes.pop trigger "cancel" currentExtendedMode = null; // Don't let modes.pop trigger "cancel"
modes.pop(!this.silent); modes.pop(!this.silent);
commandline.triggerCallback("submit", mode, command); commandline.triggerCallback("submit", mode, command);

View File

@@ -1,7 +1,7 @@
2009-XX-XX: 2009-XX-XX:
* version 2.2a1pre * version 2.2a1pre
* IMPORTANT: Vimperator is from now on ONLY licensed unter the MIT * IMPORTANT: Vimperator's licence has changed from the MPL/GPL/LGPL
license, if you need a GPL, LGPL or MPL version, please use Vimperator 2.1 tri-license to the MIT license.
* IMPORTANT: Map.flags has been replaced with individual properties. * IMPORTANT: Map.flags has been replaced with individual properties.
Mappings defined in plugins with mappings.add will need to be updated. Mappings defined in plugins with mappings.add will need to be updated.
................................... ...................................