removed screen clearing

--HG--
branch : pmacs2
This commit is contained in:
moculus 2008-11-09 22:11:26 +00:00
parent 355f1a1d2d
commit 39077092c0
1 changed files with 0 additions and 2 deletions

View File

@ -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)