This commit is contained in:
Kovid Goyal 2025-06-27 08:47:07 +05:30
parent 65f6b91a92
commit 8107ffcb53
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -1305,7 +1305,7 @@ class Screen:
def scroll_to_next_mark(self, mark: int = 0, backwards: bool = True) -> bool:
pass
def scroll_to_prompt(self, num_of_prompts: int = -1, scroll_offset = 0) -> bool:
def scroll_to_prompt(self, num_of_prompts: int = -1, scroll_offset: int = 0) -> bool:
pass
def set_last_visited_prompt(self, visual_y: int = 0) -> bool: