From 39077092c0a48350544e699a10fbaf749e2d2ae6 Mon Sep 17 00:00:00 2001 From: moculus Date: Sun, 9 Nov 2008 22:11:26 +0000 Subject: [PATCH] removed screen clearing --HG-- branch : pmacs2 --- application.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/application.py b/application.py index 109da0c..13fa7bf 100755 --- a/application.py +++ b/application.py @@ -987,6 +987,4 @@ if __name__ == "__main__": # restore terminal state termios.tcsetattr(sys.stdin, termios.TCSANOW, attr) ispell.free() - if not err: - os.system('clear') sys.exit(err)