CVS: cvs.openbsd.org: src
Nicholas Marriott <[email protected]>
| Newsgroups | gmane.os.openbsd.cvs |
|---|---|
| Message-ID | <[email protected]> |
CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/07/14 11:17:18 Modified files: usr.bin/tmux : Makefile cfg.c cmd-choose-tree.c cmd-copy-mode.c cmd-find-window.c cmd-queue.c cmd-run-shell.c layout.c options-table.c server-client.c tmux.1 tmux.h window-buffer.c window-client.c window-clock.c window-copy.c window-customize.c window-switch.c window-tree.c window.c Added files: usr.bin/tmux : window-panes.c Removed files: usr.bin/tmux : cmd-display-panes.c Log message: Convert display-panes away from an overlay and into a mode. This is another step on the road of getting rid of overlays altogether (they are full of special cases; popups and menus are to go also eventually). We lose some of the styling of borders but gain the ability to run display-panes in another pane (perhaps not hugely useful but one never knows). The -b flag goes away as no longer useful.