From 313fa30466103d5caf208809cc2550e6fbac8cef Mon Sep 17 00:00:00 2001 From: malc Date: Mon, 27 Feb 2012 02:38:25 +0400 Subject: [PATCH] Usability --- main.ml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.ml b/main.ml index 3ac5def..bee110f 100644 --- a/main.ml +++ b/main.ml @@ -1557,8 +1557,8 @@ let conttiling pageno opaque = ;; let gotoy_and_clear_text y = - gotoy y; if not conf.verbose then state.text <- ""; + gotoy y; ;; let getanchor () = -- 2.11.4.GIT