From: Roberto E. Vargas Caballero Date: Fri, 25 Apr 2014 23:45:10 +0000 (+0200) Subject: Remove repeated initialisation of term.esc X-Git-Url: https://jasonwoof.com/gitweb/?a=commitdiff_plain;h=53105cf74fde46229912275c073f8c0f219b05bb;hp=53105cf74fde46229912275c073f8c0f219b05bb;p=st.git Remove repeated initialisation of term.esc Once a sequence is completed term.esc must return to 0, so instead of repeating this expression in all the cases is better put it at the end of the block. ---