From 03fd6f3af8932764cd40ae97c4634471c343f994 Mon Sep 17 00:00:00 2001
From: Benno Schulenberg <bensberg@justemail.net>
Date: Sun, 11 Sep 2016 10:43:21 +0200
Subject: [PATCH] tweaks: remove a useless cursor movement

---
 src/browser.c | 2 --
 1 file changed, 2 deletions(-)

diff --git a/src/browser.c b/src/browser.c
index 8ccf1723..0dd36100 100644
--- a/src/browser.c
+++ b/src/browser.c
@@ -631,8 +631,6 @@ void browser_refresh(void)
 	    line++;
 	    col = 0;
 	}
-
-	wmove(edit, line, col);
     }
 
     /* If requested, put the cursor on the selected item and switch it on. */
-- 
GitLab