CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/11/19 09:22:10
Modified files:
usr.bin/tmux : cmd-display-message.c cmd-set-window-option.c
server-client.c status.c tmux.1 tmux.c tmux.h
Log message:
Two new options, window-status-format and window-status-current-format, which
allow the format of each window in the status line window list to be controlled
using similar # sequences as status-left/right.
This diff also moves part of the way towards UTF-8 support in window names but
it isn't quite there yet.