Change #270235
| Category | None |
| Changed by | Dane Jensen <dhcjensen@gmail.com> |
| Changed at | Wed 10 Jun 2026 00:59:13 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | floating_panes |
| Revision | 84229d4735157ad91d7055f14faa135447524c6a |
Comments
Floating layout cells can now be placed anywhere in the layout tree. Allowing layout cells to exist anywhere in the layout tree will enable floating and tiling commands to restore position in the tree with little effort. This enables that by slightly altering the floating pane creation logic, and adding some utility functions. These functions will be soon be used elsewhere as well.
Changed files
- layout.c
- tmux.h
- window.c