diff -r dc0fc1180a1e -r e48be003c73b QScintilla/Terminal.py --- 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): """