CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/07/15 07:02:33
Modified files:
usr.bin/tmux : cmd-break-pane.c cmd-join-pane.c
cmd-split-window.c cmd-swap-pane.c cmd.c
format.c layout.c options-table.c
server-client.c spawn.c tmux.1 tmux.h window.c
Log message:
Add modal panes, created currently with new-pane -O. There is one modal
pane per window and it must be a floating pane. These are intended to
replace popups. Currently a modal pane will unzoom a zoomed window and
rezoom it when it is closed (a bit like modes do), but this is planned
to change when we get an always-on-top flag.