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