mirror of
https://github.com/tmux/tmux.git
synced 2026-06-20 17:25:57 +00:00
c9e22ab67bd7fe89ebb767215f2e671e72573e00
("tiled panes") like popups but unlike popups are not modal and behave
like panes (so the same escape sequence support). Floating panes are
created with the "new-pane" command, bound to * by default.
Currently floating panes can only be moved and resized using the mouse.
The default second status line (if "status-format" is set to 2) has
changed to show a list of panes.
This is the first step and many obvious features are not yet complete
(notably the ability to swap floating panes, resize them using
resize-pane, change them between floating and tiles, and restore custom
layouts with floating panes).
Mostly written by Michael Grant with help from Dane Jensen.
Description
No description provided
Languages
C
87%
Roff
7.2%
Shell
3.2%
Yacc
1.2%
M4
0.8%
Other
0.5%