CVSROOT: /cvs Module name: src Changes by: n...@cvs.openbsd.org 2011/01/01 09:51:21
Modified files: usr.bin/tmux : Makefile cmd-set-option.c cmd-show-options.c status.c tmux.c tmux.h Added files: usr.bin/tmux : options-table.c Log message: Move the user-visible parts of all options (names, types, limit, default values) together into one set of tables in options-table.c. Also clean up and simplify cmd-set-options.c and move a common print function into option-table.c.