Fix bug in last commit.

This commit is contained in:
Kris Maglione
2010-12-18 16:14:42 -05:00
parent 4feb8dabab
commit 08058d0e4d
+1 -1
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;