-
Notifications
You must be signed in to change notification settings - Fork 233
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
main-pane-height of incorrect size #874
Comments
Same problem here. |
I got the main-layout only one line height. the system information:
the sesson.yaml
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Are you using the latest version of tmuxp? Check
tmuxp -V
againsthttps://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 themain-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
tmuxp debug-info
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: -
The text was updated successfully, but these errors were encountered: