aboutsummaryrefslogtreecommitdiffstats
path: root/screen.c
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--screen.c6
1 files changed, 5 insertions, 1 deletions
diff --git a/screen.c b/screen.c
index 53146216c..0524b0d82 100644
--- a/screen.c
+++ b/screen.c
@@ -375,7 +375,11 @@ screen_resize(void)
list=list->next;
}
-
+
+ /* ? - without this the cursor becomes visible with aterm & Eterm */
+ curs_set(1);
+ curs_set(0);
+
screen->painted = 0;
}