zellij-org / zellij

A terminal workspace with batteries included
https://zellij.dev
MIT License
20.26k stars 630 forks source link

Panes are not resizable for some layouts #2829

Open Z35hLy48k opened 11 months ago

Z35hLy48k commented 11 months ago

Problem

When executing zellij with a custom layout shown below, if the pane size is specified with numbers(size=20), the panes cannot be resized. But if the pane size are specified with percentages (size="20%"), they can be resized.

Expected behavior: Be able to resize panes even after specifying pane sizes with layout

Other information

$ zellij -l test.kdl

test.kdl

layout {
    pane
    pane size=20
}
$ alacritty --version
alacritty 0.12.0

$ stty size
53 95

$ uname -av
Linux machine 6.5.5 #1-NixOS SMP PREEMPT_DYNAMIC Sat Sep 23 09:14:39 UTC 2023 x86_64 GNU/Linux

Logs

zellij.log

imsnif commented 11 months ago

Yeah, these are fixed sized panes. This is the intended behavior...