summary | shortlog | log | commit | commitdiff | tree
raw | patch | inline | side by side (parent: b1f77e2)
raw | patch | inline | side by side (parent: b1f77e2)
author | Kalle Wallin <kaw@linux.se> | |
Thu, 22 Apr 2004 20:28:42 +0000 (20:28 +0000) | ||
committer | Kalle Wallin <kaw@linux.se> | |
Thu, 22 Apr 2004 20:28:42 +0000 (20:28 +0000) |
screen.c | patch | blob | history |
diff --git a/screen.c b/screen.c
index 53146216c001f37b86725fb656b1a8d0d7cc4e03..0524b0d82ab0d4fb5b7e853410565b81d114ae06 100644 (file)
--- a/screen.c
+++ b/screen.c
list=list->next;
}
-
+
+ /* ? - without this the cursor becomes visible with aterm & Eterm */
+ curs_set(1);
+ curs_set(0);
+
screen->painted = 0;
}