diff --git a/src/pager.c b/src/pager.c index d9bdb4f63..f8146615d 100644 --- a/src/pager.c +++ b/src/pager.c @@ -1066,6 +1066,9 @@ coord *click_cc; boolean save_verbose; /* saved value of flags.verbose */ boolean from_screen; /* question from the screen */ + cc.x = 0; + cc.y = 0; + if (!clicklook) { if (quick) { from_screen = TRUE; /* yes, we want to use the cursor */