diff -r d1a603a70f83 -r 9becf9ca115c src/eric7/QScintilla/Shell.py --- a/src/eric7/QScintilla/Shell.py Tue Apr 23 09:29:13 2024 +0200 +++ b/src/eric7/QScintilla/Shell.py Tue Apr 23 11:26:04 2024 +0200 @@ -1384,7 +1384,7 @@ @return flag indicating that the cursor is on the last line @rtype bool """ - cline, ccol = self.getCursorPosition() + cline, _ccol = self.getCursorPosition() return cline == self.lines() - 1 def keyPressEvent(self, ev):