diff -r fd4e4c1d0852 -r 5ad648828e2e QScintilla/Terminal.py --- a/QScintilla/Terminal.py Wed Jun 09 17:45:51 2010 +0200 +++ b/QScintilla/Terminal.py Thu Jun 10 09:13:00 2010 +0200 @@ -381,7 +381,7 @@ """ Private slot to clear the current history. """ - self.history.clear() + self.history = [] def __selectHistory(self): """