diff finch/libgnt/gntws.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 93c5c785a811
children 9187d331aebe
line wrap: on
line diff
--- a/finch/libgnt/gntws.c	Tue Jul 03 04:47:24 2007 +0000
+++ b/finch/libgnt/gntws.c	Tue Jul 03 08:54:34 2007 +0000
@@ -35,6 +35,9 @@
 	int n, width = 0;
 	int i;
 
+	if (gnt_is_refugee())
+		return;
+
 	if (taskbar == NULL) {
 		taskbar = newwin(1, getmaxx(stdscr), getmaxy(stdscr) - 1, 0);
 	} else if (reposition) {