mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-19 06:54:58 +02:00
Use an overlay window for browsing the scrollback buffer in less
This commit is contained in:
@@ -332,7 +332,7 @@ class Window:
|
||||
# actions {{{
|
||||
|
||||
def show_scrollback(self):
|
||||
get_boss().display_scrollback(self.buffer_as_ansi().encode('utf-8'))
|
||||
get_boss().display_scrollback(self, self.buffer_as_ansi().encode('utf-8'))
|
||||
|
||||
def paste(self, text):
|
||||
if text and not self.destroyed:
|
||||
|
||||
Reference in New Issue
Block a user