Currently windows are drawn on the status line with a space between them.
However some people (myself included) prefer other visual characters such as
a pipe symbol ("|").  Whilst it's possible to use this with
window-status-format:  "setw -g window-status-format "#W |", the pipe symbol
forms part of window title itself, which when used with other settings such
as window-attr then highlight the "|", which is a little annoying.

Therefore, the separator character(s) between windows when drawn in the
status line should be configurable, and this is what the window option
window-status-separator allows for.

It defaults to a space character, per the current hard-coded value.

Thomas Adam (1):
  Add "window-status-separator" option
--
 trunk/options-table.c |    5 +++++
 trunk/status.c        |   10 ++++++++--
 trunk/tmux.1          |    4 ++++
 3 files changed, 17 insertions(+), 2 deletions(-)

-- 
1.7.10


------------------------------------------------------------------------------
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
_______________________________________________
tmux-users mailing list
tmux-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/tmux-users

Reply via email to