CVSROOT: /cvs Module name: src Changes by: [email protected] 2026/03/12 01:25:13
Modified files:
usr.bin/tmux : options-table.c status.c style.c tmux.1 tmux.h
Log message:
Draw message as one format, allowing prompts and messages to occupy only
a portion of the status bar, overlaying the normal status content rather
than replacing the entire line. A new message-format option now controls
the entire message (like status-format). From Conor Taylor in GitHub
issue 4861.
