Skip to content

Commit f80712e

Browse files
committed
docs(Window.split_window): Note -l in tmux 3.1+
1 parent 5230cc6 commit f80712e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/libtmux/window.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -249,6 +249,7 @@ def split_window(
249249
tmux_args += ("-h",)
250250

251251
if percent is not None:
252+
# Deprecated in 3.1 in favor of -l
252253
tmux_args += ("-p %d" % percent,)
253254
tmux_args += ("-P", "-F%s" % "".join(tmux_formats)) # output
254255

0 commit comments

Comments
 (0)