# HG changeset patch # User Sadrul Habib Chowdhury # Date 1181681084 0 # Node ID 2141130ac5571efda94bcb747d91fa38dd00f283 # Parent da183b86a3efd3f846a70fc89c573ee29452cf34 This got lost from a merge I think. This refixes #532. diff -r da183b86a3ef -r 2141130ac557 finch/libgnt/gntwm.c --- a/finch/libgnt/gntwm.c Sun Jun 10 15:41:14 2007 +0000 +++ b/finch/libgnt/gntwm.c Tue Jun 12 20:44:44 2007 +0000 @@ -1029,12 +1029,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); gnt_ws_draw_taskbar(wm->cws, TRUE); + curs_set(0); /* endwin resets the cursor to normal */ return FALSE; }