From: Devin J. Pohly Date: Thu, 22 Feb 2018 04:28:41 +0000 (-0600) Subject: Rely on ttyresize to set tty size X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/d84f3f4bd15e7d65fc0334cf7d62913c901bad00?hp=d84f3f4bd15e7d65fc0334cf7d62913c901bad00 Rely on ttyresize to set tty size This removes ttynew's dependency on cresize being called first, and then allows us to absorb the ttyresize call into cresize (which always precedes it). Signed-off-by: Devin J. Pohly ---