From 3b301f699767e42d8c926dc83eff16396f06075f Mon Sep 17 00:00:00 2001 From: C. Scott Ananian Date: Tue, 11 Dec 2007 19:33:16 +0000 Subject: Reset text color to black before starting pippy script. --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index ec15a16..f0602e1 100644 --- a/activity.py +++ b/activity.py @@ -203,7 +203,7 @@ class PippyActivity(Activity): def gobutton_cb(self, button): self._vte.grab_focus() - self._vte.feed("\x1B[H\x1B[J") + self._vte.feed("\x1B[H\x1B[J\x1B[0;39m") # FIXME: We're losing an odd race here # gtk.main_iteration(block=False) -- cgit v0.9.1