1
0
mirror of https://github.com/gryf/pentadactyl-pm.git synced 2026-03-09 23:55:44 +01:00
This commit is contained in:
Kris Maglione
2011-02-12 23:13:29 -05:00
parent aba1a13961
commit 6e6eac9709

View File

@@ -214,7 +214,7 @@ var MOW = Module("mow", {
const KILL = false, PASS = true; const KILL = false, PASS = true;
if (options["more"] && mow.isScrollable(1)) if (options["more"] && mow.isScrollable(1))
commandline.updateMorePrompt(false, true); this.updateMorePrompt(false, true);
else { else {
modes.pop(); modes.pop();
events.feedkeys(events.toString(event)); events.feedkeys(events.toString(event));