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/06/27 04:23:14 Modified files: usr.bin/tmux : cmd-split-window.c tmux.1 Log message: Make split-window create a new floating pane if used in a floating pane, rather than just complaining. Also improve documentation. From Dane Jensen.