mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-05-13 08:26:56 +00:00
...
This commit is contained in:
parent
65f6b91a92
commit
8107ffcb53
1 changed files with 1 additions and 1 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue