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.danieliu.xyz/?a=commitdiff_plain;h=d84f3f4bd15e7d65fc0334cf7d62913c901bad00;hp=d84f3f4bd15e7d65fc0334cf7d62913c901bad00;p=st.git 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 ---