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/08/25 02:37:08 Modified files: usr.bin/tmux : options-table.c tmux.1 tmux.h tty-term.c tty.c Log message: Add a clear-on-attach option which when turned off scrolls away the existing terminal state instead of entering the alternate screen. This is useful in environments where tmux is started as a login shell but it is important that any pre-tmux messages are still visible. GitHub issue 5508 from Josef Řídký.