comparison finch/libgnt/gntwm.c @ 18422:b8cf3002bb99

The key has been processed. Return TRUE.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 03 Jul 2007 09:41:22 +0000
parents e16d097c5739
children c34981ad802a c6282dc3fb9f
comparison
equal deleted inserted replaced
18421:e16d097c5739 18422:b8cf3002bb99
1026 g_signal_emit(wm, signals[SIG_TERMINAL_REFRESH], 0); 1026 g_signal_emit(wm, signals[SIG_TERMINAL_REFRESH], 0);
1027 update_screen(wm); 1027 update_screen(wm);
1028 gnt_ws_draw_taskbar(wm->cws, TRUE); 1028 gnt_ws_draw_taskbar(wm->cws, TRUE);
1029 curs_set(0); /* endwin resets the cursor to normal */ 1029 curs_set(0); /* endwin resets the cursor to normal */
1030 1030
1031 return FALSE; 1031 return TRUE;
1032 } 1032 }
1033 1033
1034 static gboolean 1034 static gboolean
1035 toggle_clipboard(GntBindable *bindable, GList *n) 1035 toggle_clipboard(GntBindable *bindable, GList *n)
1036 { 1036 {