Skip to content

Commit a9da689

Browse files
Removed already implemented TODO.
1 parent 76bd304 commit a9da689

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

prompt_toolkit/document.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,7 @@ def get_cursor_right_position(self, count=1):
430430
"""
431431
return min(count, len(self.current_line_after_cursor))
432432

433-
def get_cursor_up_position(self, count=1): # TODO: implement `count`
433+
def get_cursor_up_position(self, count=1):
434434
"""
435435
Return the relative cursor position (character index) where we would be if the
436436
user pressed the arrow-up button.

0 commit comments

Comments
 (0)