mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-20 15:35:03 +02:00
...
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user