CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2016/04/29 09:00:48
Modified files: usr.bin/tmux : cmd-set-option.c layout.c options-table.c screen-redraw.c server-client.c tmux.1 tmux.h window.c Log message: Add option to include status text in the pane borders. If pane-border-status is set to "top" or "bottom" (rather than "off"), every pane has a permanent top or bottom border containing the text from pane-border-format. Based on a diff sent long ago by Jonathan Slenders, mostly rewritten and simplified by me.