Open
Description
Are you using the latest version of tmuxp? Check tmuxp -V
against
https://pypi.org/project/tmuxp/. If it's not the latest, consider updating, e.g.
pip install --user tmuxp
.
tmuxp 1.27.0, libtmux 0.21.0
Step 1: Provide a summary of your problem
for some reason, on version 1.27.0
I have to specify the main-pane-height
in percentage for it to be of the size close to what I want. If I omit the percentage sign the size of the mane pane will be too small.
Step 2: Provide tmuxp details
- Include output of
tmuxp debug-info
- Include any other pertinant system info not captured
Step 3: Describe the problem:
session_name: dev
windows:
- window_name: dev
focus: true
layout: main-horizontal
options:
main-pane-height: 55%
panes:
- shell_command:
-
- shell_command:
-
- shell_command:
-
Activity
dodger-one commentedon May 31, 2023
Same problem here.
@Dmitry-N-Medvedev, your post had help me to workaround the problem because I was using "local" pane height and I got everything "broken".
I have uploaded this screenshot because since now I thought it was a problem with archlinux, as it worked fine on ubuntu.
Thanks.
jianglibo commentedon Jan 1, 2024
I got the main-layout only one line height.
the system information:
tmuxp 1.34.0, libtmux 0.25.0
live demo(xterm in browser).
the sesson.yaml