summaryrefslogtreecommitdiff
path: root/apps/x11pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'apps/x11pdf.c')
-rw-r--r--apps/x11pdf.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/apps/x11pdf.c b/apps/x11pdf.c
index e35f90a6..8a9610e8 100644
--- a/apps/x11pdf.c
+++ b/apps/x11pdf.c
@@ -443,6 +443,8 @@ static void handlekey(int c)
break;
case 'q':
exit(0);
+ case '\r':
+ case '\n':
case 'g':
case 'G':
if (pagebufidx > 0)