This commit is contained in:
Kovid Goyal 2022-12-30 08:34:58 +05:30
parent 0f24ce60f8
commit c76bbeabd6
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -1574,6 +1574,7 @@ class Window:
@ac('sc', 'Scroll prompt to the bottom of the screen, filling in extra lines from the scrollback buffer') @ac('sc', 'Scroll prompt to the bottom of the screen, filling in extra lines from the scrollback buffer')
def scroll_prompt_to_bottom(self) -> None: def scroll_prompt_to_bottom(self) -> None:
if self.screen.is_main_linebuf():
self.screen.scroll_prompt_to_bottom() self.screen.scroll_prompt_to_bottom()
@ac('mk', 'Toggle the current marker on/off') @ac('mk', 'Toggle the current marker on/off')