Merge branch 'master' of https://github.com/ahlinc/kitty
This commit is contained in:
commit
02f30c2a03
1 changed files with 1 additions and 1 deletions
|
|
@ -800,7 +800,7 @@ def display_scrollback(self, window: Window, data: Optional[bytes], cmd: Optiona
|
|||
tab = self.active_tab
|
||||
if tab is not None:
|
||||
tab.new_special_window(
|
||||
SpecialWindow(cmd, data, _('History'), overlay_for=window.id),
|
||||
SpecialWindow(cmd, data, _('History'), overlay_for=window.id, cwd=window.cwd_of_child),
|
||||
copy_colors_from=self.active_window
|
||||
)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue