--- a/QScintilla/Terminal.py Wed Jun 09 17:47:05 2010 +0200
+++ b/QScintilla/Terminal.py Thu Jun 10 09:14:43 2010 +0200
@@ -381,7 +381,7 @@
"""
Private slot to clear the current history.
"""
- self.history.clear()
+ self.history = []
def __selectHistory(self):
"""