CVSROOT: /cvs Module name: src Changes by: [email protected] 2010/11/22 14:13:13
Modified files:
usr.bin/tmux : resize.c tmux.h tty.c
Log message:
There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
be and I can't find it, but the flag itself is a useless optimisation
that only applies to automatic-resize windows, so just dispose of it
entirely.
Fixes problems reported by Nicholas Riley.
