From: noname@inventati.org Date: Sat, 11 Apr 2015 17:29:52 +0000 (+0200) Subject: tresize: move for loop outside if X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/6352502d644d8295ceb2cdf68a5ecbac0891d4a6?ds=sidebyside;hp=6352502d644d8295ceb2cdf68a5ecbac0891d4a6 tresize: move for loop outside if There is no need to check that slide > 0 before executing loop. If slide <= 0, loop stops immediately. ---