We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
/tmp/zellij-1000/zellij-log
cd /tmp/zellij-1000/
rm -fr zellij-log/
/tmp/
$TMPDIR/
zellij --debug
stty size
Please attach the files that were created in /tmp/zellij-1000/zellij-log/ to the extent you are comfortable with.
/tmp/zellij-1000/zellij-log/
Basic information
zellij --version: zellij 0.41.2
zellij --version
stty size: 51 286
uname -av or ver(Windows):
uname -av
ver
Reproduction steps, noticeable behavior, related issues, etc
I'm unable to see the pane frames in the session started with my layout.
My layout is setup like this:
layout { cwd "projectpath" default_tab_template name="base" { pane size=1 borderless=true { plugin location="tab-bar" } children pane size=1 borderless=true { plugin location="status-bar" } } tab name="project" focus=true hide_floating_panes=true { pane name="editor" } tab name="terminal" split_direction="vertical" { pane size="70%" name="terminal" pane size="30%" name="server" { command "make" args "all-run-local-mac" } } }
No pane frames, no names:
In my config, I have it enabled:
Oddly enough, when I include a second pane in my first tab, it works as intended:
layout { cwd "projectpath" default_tab_template name="base" { pane size=1 borderless=true { plugin location="tab-bar" } children pane size=1 borderless=true { plugin location="status-bar" } } tab name="project" focus=true hide_floating_panes=true { pane name="editor" pane name="editor2" } tab name="terminal" split_direction="vertical" { pane size="70%" name="terminal" pane size="30%" name="server" { command "make" args "all-run-local-mac" } } }
Working as intended, pane frames and names.
log: zellij.log
The text was updated successfully, but these errors were encountered:
No branches or pull requests
1. Graphical issue inside a terminal pane (eg. something does not look as it should)
/tmp/zellij-1000/zellij-log
, ie withcd /tmp/zellij-1000/
andrm -fr zellij-log/
(/tmp/
is$TMPDIR/
on OSX)zellij --debug
stty size
, copy the result and attach it in the bug reportPlease attach the files that were created in
/tmp/zellij-1000/zellij-log/
to the extent you are comfortable with.Basic information
zellij --version
: zellij 0.41.2stty size
: 51 286uname -av
orver
(Windows):Further information
Reproduction steps, noticeable behavior, related issues, etc
I'm unable to see the pane frames in the session started with my layout.
My layout is setup like this:
No pane frames, no names:
In my config, I have it enabled:
Oddly enough, when I include a second pane in my first tab, it works as intended:
Working as intended, pane frames and names.
log:
zellij.log
2. Issues with the Zellij UI / behavior / crash
Issue description
Minimal reproduction
Other relevant information
The text was updated successfully, but these errors were encountered: