CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2025/09/07 08:03:18
Modified files: usr.bin/tmux : layout-set.c options-table.c tmux.1 Log message: 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.