Change #271742
| Category | None |
| Changed by | Dane Jensen <dhcjensen@gmail.com> |
| Changed at | Fri 19 Jun 2026 00:05:38 |
| Repository | https://api.github.com/repos/tmux/tmux |
| Project | tmux/tmux |
| Branch | floating_panes |
| Revision | 584cafa2844d2ce5dae4a37da6b9e998b5cc6457 |
Comments
fix(floating_panes): Fixed tiled cell detection and removed dead guard. When checking for space to split a layout cell, the window pane associated with that cell is needed to check for options. This fixes an incomplete scan for that window pane while updating the documentation to be more clear. There was also a redundant guard that just added noise that is now removed.
Changed files
- layout.c