f4a713c676
on rxvt windows. Patch contributed by Geoff Wing <gcw@rxvt.org> in private mail, and will be part of next rxvt release.
13 lines
412 B
Text
13 lines
412 B
Text
$NetBSD: patch-ae,v 1.4 2000/09/20 02:12:12 hubertf Exp $
|
|
|
|
--- src/command.c.orig Wed Sep 20 03:59:35 2000
|
|
+++ src/command.c
|
|
@@ -1395,6 +1395,8 @@
|
|
am_transparent = 0;
|
|
/* XXX: also turn off Opt_transparent? */
|
|
} else {
|
|
+ if (i > 1)
|
|
+ sleep(1);
|
|
D_X((stderr, "InheritPixmap Turning on (%d parents)", i - 1));
|
|
for (n = 0; n < i; n++)
|
|
XSetWindowBackgroundPixmap(Xdisplay, TermWin.parent[n],
|