mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-30 08:22:27 +01:00
Muck up the source code with a hidden option to hide the bloody command shadow.
This commit is contained in:
@@ -1336,7 +1336,7 @@ function CommandLine() //{{{
|
||||
if (events.isAcceptKey(key))
|
||||
{
|
||||
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"
|
||||
modes.pop(!this.silent);
|
||||
commandline.triggerCallback("submit", mode, command);
|
||||
|
||||
Reference in New Issue
Block a user