CVSROOT: /cvs Module name: src Changes by: [email protected] 2015/11/20 05:01:19
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-show-options.c
options-table.c status.c tmux.c tmux.h
Log message:
Instead of separate tables for different types of options, give each
option a scope type (server, session, window) in one table.
