summaryrefslogtreecommitdiffstats
path: root/Tools/pynche
diff options
context:
space:
mode:
authorBarry Warsaw <barry@python.org>1998-02-12 19:53:01 (GMT)
committerBarry Warsaw <barry@python.org>1998-02-12 19:53:01 (GMT)
commitf7e4793660289bd2b1d9877cc936a7e934f910c5 (patch)
tree1f4de1c661d1fe91be4434a35d63a3eb51656865 /Tools/pynche
parent4b0d67d592170601eb3d34ffa3b7ec25d6cfcc6e (diff)
downloadcpython-f7e4793660289bd2b1d9877cc936a7e934f910c5.zip
cpython-f7e4793660289bd2b1d9877cc936a7e934f910c5.tar.gz
cpython-f7e4793660289bd2b1d9877cc936a7e934f910c5.tar.bz2
fixed initial color
Diffstat (limited to 'Tools/pynche')
-rw-r--r--Tools/pynche/Main.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Tools/pynche/Main.py b/Tools/pynche/Main.py
index 1007838..e95c071 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:',