From 3f80fa86f7bfd68b4974dbd4d85e92752b399eb1 Mon Sep 17 00:00:00 2001 From: malc Date: Tue, 19 Feb 2013 03:14:20 +0400 Subject: [PATCH] Must refresh things even when no movement occurs --- main.ml | 1 + 1 file changed, 1 insertion(+) diff --git a/main.ml b/main.ml index 5ba4c45..5200324 100644 --- a/main.ml +++ b/main.ml @@ -2334,6 +2334,7 @@ let gotopagexy pageno x y = gotoy y; state.wthack <- !wtmode && not (layoutready state.layout); ) + else gotoy state.y; ); ;; -- 2.11.4.GIT