CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2026/09/09 01:03:40
Modified files:
usr.bin/tmux : cmd-select-layout.c layout-custom.c layout.c
tmux.1 tmux.h
Log message:
Add new layout format which includes floating panes. The new format is
now a JSON subset which is less fragile and easier to handle than the
old custom format. The old (version 1) format is still supported for
control mode clients for now - they must set the new-layouts flag to
receive the new format. From Dane Jensen.