CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/07/15 01:50:34
Modified files:
usr.bin/tmux : cmd-set-option.c cmd-set-window-option.c
cmd-show-options.c cmd-show-window-options.c
status.c tmux.h
Log message:
Having to update NSETOPTION/NSETWINDOWOPTION when adding new options is a bit
annoying and it is only use for iterating, so use a sentinel to mark the end of
each array instead. Different fix for a problem pointed out by Kalle Olavi
Niemitalo.
