commit | e0be2b36b61078258213d1ddc7318bb4887ede28 | [log] [tgz] |
---|---|---|
author | Guido van Rossum <guido@python.org> | Tue Sep 01 14:45:57 1992 +0000 |
committer | Guido van Rossum <guido@python.org> | Tue Sep 01 14:45:57 1992 +0000 |
tree | 4ffc4064d1d26fb598759404d9172e5588b56783 | |
parent | 61700bb985ce2708f489dae6397cf4be3e934d1a [diff] [blame] |
Added a clear() method to VFile class, to be called when the window receives a REDRAW event
diff --git a/Demo/sgi/video/Vinfo.py b/Demo/sgi/video/Vinfo.py index 457aebc..341ddbf 100755 --- a/Demo/sgi/video/Vinfo.py +++ b/Demo/sgi/video/Vinfo.py
@@ -120,4 +120,7 @@ # Don't forget to call the main program -main() +try: + main() +except KeyboardInterrupt: + print '[Interrupt]'