CVSROOT:        /cvs
Module name:    src
Changes by:     n...@cvs.openbsd.org    2017/05/31 04:29:15

Modified files:
        usr.bin/tmux   : server-client.c tmux.h tty.c 

Log message:
It is not OK to ignore SIGWINCH if SIOCGWINSZ reports the size has
unchanged, because it may have changed and changed back in the time
between us getting the signal and calling ioctl(). Always redraw when we
see SIGWINCH.

Reply via email to