summaryrefslogtreecommitdiff
path: root/test/x11pdf.c
diff options
context:
space:
mode:
Diffstat (limited to 'test/x11pdf.c')
-rw-r--r--test/x11pdf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/x11pdf.c b/test/x11pdf.c
index 88aebe47..c2f546ab 100644
--- a/test/x11pdf.c
+++ b/test/x11pdf.c
@@ -272,6 +272,7 @@ static void handlekey(int c)
case 's': rotate += 5; break;
case 'x': dumptext(); break;
+ case '\b':
case 'b':
pageno--;
if (pageno < 1)