Hi there ...

the following command creates a broken layout:

$ tmux-2.7-rc new-session \; split-window \; split-window \; select-layout -E \; select-pane -t 1 \; split-window -h \; split-window -h \; select-pane -t 2 \; select-layout -E \; split-window \; split-window \; select-layout -E

It looks like this:

  +--------------------------------------------------------------+
  | $                                                            |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  +--------------------+--------------------+--------------------+
  | $                  | $                  | $                  |
  |                    |                    |                    |
  |                    +--------------------+                    |
  |                    | $                  |                    |
  |                    |                    |                    |
  |                    +--------------------+                    |
  |                    | $                  |                    |
  |                    |                    |                    |
  +--------------------|                    |--------------------+
  | $                                                            |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  +--------------------------------------------------------------+
  +--------------------------------------------------------------+

A simplified version is

$ tmux-2.7-rc new-session \; split-window \; select-layout -E \; select-pane -t 0 \; split-window -h \; select-pane -t 1 \; select-layout -E \; split-window \; select-layout -E

which results in

  +------------------------------+-------------------------------+
  | $                            | $                             |
  |                              |                               |
  |                              |                               |
  |                              +-------------------------------+
  |                              | $                             |
  |                              |                               |
  +------------------------------|                               |
  | $                                                            +
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  |                                                              |
  +--------------------------------------------------------------+
  +--------------------------------------------------------------+

Thomas

--
You received this message because you are subscribed to the Google Groups 
"tmux-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to tmux-users+unsubscr...@googlegroups.com.
To post to this group, send an email to tmux-users@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to