CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/18 15:14:24
Modified files:
usr.bin/tmux : server.c
Log message:
options_get_number() is relatively expensive and a check for dead panes happens
a lot more often than actually finding one, so instead of getting the option
for every check, get it for every dead window found.
