--- a/QScintilla/Terminal.py Mon Mar 26 19:38:22 2012 +0200 +++ b/QScintilla/Terminal.py Sat Mar 31 12:08:28 2012 +0200 @@ -429,7 +429,7 @@ @return tuple of two values (int, int) giving the line and column """ line = self.lines() - 1 - return (line, self.lineLength(line)) + return (line, len(self.text(line))) def __write(self, s): """