You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/app-text/mupdf/files/mupdf-1.1_rc1-zoom-2.patch

11 lines
200 B

--- mupdf-9999/apps/pdfapp.c
+++ mupdf-9999/apps/pdfapp.c
@@ -866,6 +867,7 @@
break;
case ' ':
+ case 'F':
panto = DONT_PAN;
if (app->numberlen > 0)
app->pageno += atoi(app->number);