diff finch/libgnt/gntwm.c @ 18421:e16d097c5739

Allow executing another application (eg. PAGER) that will use the same console.
author Sadrul Habib Chowdhury <imadil@gmail.com>
date Tue, 03 Jul 2007 08:54:34 +0000
parents b51dcbac4798
children b8cf3002bb99
line wrap: on
line diff
--- a/finch/libgnt/gntwm.c	Tue Jul 03 04:47:24 2007 +0000
+++ b/finch/libgnt/gntwm.c	Tue Jul 03 08:54:34 2007 +0000
@@ -204,6 +204,9 @@
 static gboolean
 update_screen(GntWM *wm)
 {
+	if (wm->mode == GNT_KP_MODE_WAIT_ON_CHILD)
+		return TRUE;
+
 	if (wm->menu) {
 		GntMenu *top = wm->menu;
 		while (top) {