There is somewhere that WINDOW_HIDDEN is getting set when it shouldn't
commitef9b2eb566fc090b773c79e406dd43d0006a3217
authorNicholas Marriott <nicm@openbsd.org>
Mon, 22 Nov 2010 21:13:13 +0000 (22 21:13 +0000)
committerNicholas Marriott <nicm@openbsd.org>
Mon, 22 Nov 2010 21:13:13 +0000 (22 21:13 +0000)
tree578b4e7793b3111940d06e78510a2eeb2bd7aa04
parent9a1b4f9ed3285d3b9b0e8d22b0bdb1a97df7e949
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.
resize.c
tmux.h
tty.c