summaryrefslogtreecommitdiffstats
path: root/src/proto/move.pro
diff options
context:
space:
mode:
authorzeertzjq <zeertzjq@outlook.com>2022-03-23 14:55:23 +0000
committerBram Moolenaar <Bram@vim.org>2022-03-23 14:55:23 +0000
commitc20e46a4e3efcd408ef132872238144ea34f7ae5 (patch)
tree88e4c9c9113e2a70665b31e08c733a93f1e8bb57 /src/proto/move.pro
parent3c5999e53d9f35a30abefb7224f66a75c8ffb009 (diff)
patch 8.2.4614: redrawing too much when 'cursorline' is setv8.2.4614
Problem: Redrawing too much when 'cursorline' is set and jumping around. Solution: Rely on win_update() to redraw the current and previous cursor line, do not mark lines as modified. (closes #9996)
Diffstat (limited to 'src/proto/move.pro')
-rw-r--r--src/proto/move.pro1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/proto/move.pro b/src/proto/move.pro
index d78623acc5..e6a06011c4 100644
--- a/src/proto/move.pro
+++ b/src/proto/move.pro
@@ -1,5 +1,4 @@
/* move.c */
-void reset_cursorline(void);
void redraw_for_cursorline(win_T *wp);
void update_topline_redraw(void);
void update_topline(void);