1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2025-12-20 02:28:00 +01:00

Fix bug in last commit.

This commit is contained in:
Kris Maglione
2010-12-18 16:14:42 -05:00
parent 4feb8dabab
commit 08058d0e4d

View File

@@ -1087,7 +1087,7 @@ const CommandLine = Module("commandline", {
// unmapped key
default:
if (!options["more"] || !atEnd(-1))
if (!options["more"] || atEnd(1))
passEvent = true;
else
showMoreHelpPrompt = true;