Hi tmux-users,

I have four panes:

+---+---+
|   |   |
| 0 | 1 |
|   |   |
+---+---+
|   |   |
| 2 | 3 |
|   |   |
+---+---+

and want to increase the height of pane 1 to get:

+---+---+
|   |   |
| 0 | 1 |
|   |   |
+---+   |
|   +---+
| 2 | 3 |
|   |   |
+---+---+

but a tmux resize-pane -t 1 -D 1 gives me:

+---+---+
|   |   |
| 0 | 1 |
|   |   |
|   |   |
+---+---+
| 2 | 3 |
|   |   |
+---+---+

I would like to resize pane 1 without resizing pane 0 with it. Please help.

Thank you in advance!
Tatsuo



------------------------------------------------------------------------------
Open source business process management suite built on Java and Eclipse
Turn processes into business applications with Bonita BPM Community Edition
Quickly connect people, data, and systems into organized workflows
Winner of BOSSIE, CODIE, OW2 and Gartner awards
http://p.sf.net/sfu/Bonitasoft
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to