CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2009/12/03 10:44:02
Modified files:
usr.bin/tmux : Makefile cmd-set-option.c
cmd-set-window-option.c cmd-show-options.c
cmd-show-window-options.c status.c tmux.1
tmux.h
Removed files:
usr.bin/tmux : options-cmd.c
Log message:
Eliminate duplicate code and ease the passage for server-wide options by adding
a -w flag to set-option and show-options and making setw and showw aliases to
set -w and show -w.
Note: setw and showw are still there, but now aliases for set -w and show -w.