diff options
Diffstat (limited to 'apps/x11pdf.c')
-rw-r--r-- | apps/x11pdf.c | 2 |
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) |