aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--view.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/view.c b/view.c
index 700ea40..3bbb1cb 100644
--- a/view.c
+++ b/view.c
@@ -527,7 +527,6 @@ bool view_resize(View *view, int width, int height) {
if (view->lines)
memset(view->lines, 0, view->lines_size);
view_draw(view);
- view_cursors_to(view->cursor, view_cursors_pos(view->cursor));
return true;
}