We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5230cc6 commit f80712eCopy full SHA for f80712e
1 file changed
src/libtmux/window.py
@@ -249,6 +249,7 @@ def split_window(
249
tmux_args += ("-h",)
250
251
if percent is not None:
252
+ # Deprecated in 3.1 in favor of -l
253
tmux_args += ("-p %d" % percent,)
254
tmux_args += ("-P", "-F%s" % "".join(tmux_formats)) # output
255
0 commit comments