finch/libgnt/gntwm.c

changeset 17355
8cb2af48afee
parent 17230
1442df274a24
child 17853
b0e5cda11253
--- a/finch/libgnt/gntwm.c	Wed May 23 03:09:25 2007 +0000
+++ b/finch/libgnt/gntwm.c	Wed May 23 06:23:01 2007 +0000
@@ -980,12 +980,11 @@
 	GntWM *wm = GNT_WM(bindable);
 
 	endwin();
-	refresh();
-	curs_set(0);   /* endwin resets the cursor to normal */
 
 	g_hash_table_foreach(wm->nodes, (GHFunc)refresh_node, NULL);
 	update_screen(wm);
 	draw_taskbar(wm, TRUE);
+	curs_set(0);   /* endwin resets the cursor to normal */
 
 	return FALSE;
 }

mercurial