summaryrefslogtreecommitdiff
path: root/apps/x11pdf.c
diff options
context:
space:
mode:
authorTor Andersson <tor@ghostscript.com>2005-03-29 17:29:22 +0200
committerTor Andersson <tor@ghostscript.com>2005-03-29 17:29:22 +0200
commit4d218727a950f694498d81ee1b179d1f4f8260da (patch)
tree774c24fe0f6da6f529b7fc4196a791f365901651 /apps/x11pdf.c
parent10d750cbc3e4325ee56fd56d6d8056933da36d59 (diff)
downloadmupdf-4d218727a950f694498d81ee1b179d1f4f8260da.tar.xz
win32 polish
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)