Show More
@@ -90,7 +90,7 b' class HistoryConsoleWidget(ConsoleWidget):' | |||||
90 | # and the cursor is at the end of the first line |
|
90 | # and the cursor is at the end of the first line | |
91 |
|
91 | |||
92 | # check if we are at the end of the first line |
|
92 | # check if we are at the end of the first line | |
93 |
c = self._get_ |
|
93 | c = self._get_cursor() | |
94 | current_pos = c.position() |
|
94 | current_pos = c.position() | |
95 | c.movePosition(QtGui.QTextCursor.EndOfLine) |
|
95 | c.movePosition(QtGui.QTextCursor.EndOfLine) | |
96 | at_eol = (c.position() == current_pos) |
|
96 | at_eol = (c.position() == current_pos) |
General Comments 0
You need to be logged in to leave comments.
Login now