Skip to content

Commit 7f1c9ba

Browse files
committed
!squash fix window
1 parent 838b1b1 commit 7f1c9ba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libtmux/window.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ def split_window(
450450
if target:
451451
tmux_args += ("-t%s" % target,)
452452
else:
453-
tmux_args += ("-t%s" % self.panes[0].get("pane_id"),)
453+
tmux_args += ("-t%s" % self.panes[0].pane_id,)
454454

455455
if vertical:
456456
tmux_args += ("-v",)

0 commit comments

Comments
 (0)