CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/05/06 02:35:39
Modified files:
usr.bin/tmux : cmd-kill-window.c format.c options-table.c
session.c tmux.1 tmux.h window.c
Log message:
Add a format window_linked which is 1 if a window has been linked
multiple times, also remove the default space in window_flags and use a
conditional to add it in window-status-format (this means additional
flags can be added in the option without extra spaces). From Thomas Adam
with tweaks by me.
