Introduce a new window option: tiled-layout-max-columns. It configures

the maximum number of columns in the tiled layout. The default value is
0 which means no limit and makes the change backward-compatible. From
vkadlcik at redhat dot com.
This commit is contained in:
nicm
2025-09-07 14:03:18 +00:00
parent 267efefdfa
commit b53cf70262
3 changed files with 25 additions and 2 deletions

8
tmux.1
View File

@@ -5220,6 +5220,14 @@ see the
.Sx STYLES
section.
.Pp
.It Ic tiled-layout-max-columns Ar number
Set the maximum number of columns in the
.Ic tiled
layout.
A value of 0 (the default) means no limit.
When a limit is set, panes are arranged to not exceed this number of columns,
with additional panes stacked in extra rows.
.Pp
.It Ic window-status-activity-style Ar style
Set status line style for windows with an activity alert.
For how to specify