From: Barry Warsaw Date: Thu, 12 Feb 1998 19:53:01 +0000 (+0000) Subject: fixed initial color X-Git-Tag: v1.5.1~788 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f7e4793660289bd2b1d9877cc936a7e934f910c5;p=thirdparty%2FPython%2Fcpython.git fixed initial color --- diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py index 1007838fb836..e95c071f6f49 100644 --- a/Tools/pynche/Main.py +++ b/Tools/pynche/Main.py @@ -75,7 +75,7 @@ def keepalive(): def main(): global app - initialcolor = (128, 128, 128) + initialcolor = 'grey50' try: opts, args = getopt.getopt(sys.argv[1:], 'hc:',