Must refresh things even when no movement occurs

This commit is contained in:
malc 2013-02-19 03:14:20 +04:00
parent 00a99f95ca
commit 3f80fa86f7

View file

@ -2334,6 +2334,7 @@ let gotopagexy pageno x y =
gotoy y; gotoy y;
state.wthack <- !wtmode && not (layoutready state.layout); state.wthack <- !wtmode && not (layoutready state.layout);
) )
else gotoy state.y;
); );
;; ;;