Problems joining a window to an existing container #907
Unanswered
pwntester
asked this question in
questions-and-answers
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi,
Im trying to achieve the following layout:
h_tiles
---- window 1
---- window 2
---- window 3
I start with:
h_tiles
And from the right window (window 3), I join it with left so I get:
h_tiles
---- window 2
---- window 3
I move to window 1 and join it with the right trying to get:
h_tiles
---- window 1
---- window 2
---- window 3
But instead I get
h_tiles
---- window 1
---- h_tiles
------ window 2
------ window 3
How can I join window 1 to the container of window 2 and 3?
Thanks
Beta Was this translation helpful? Give feedback.
All reactions