diff options
Diffstat (limited to '')
-rw-r--r-- | screen.c | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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; } |