JasonWoof Got questions, comments, patches, etc.? Contact Jason Woofenden
Remove repeated initialisation of term.esc
authorRoberto E. Vargas Caballero <k0ga@shike2.com>
Fri, 25 Apr 2014 23:45:10 +0000 (01:45 +0200)
committerRoberto E. Vargas Caballero <k0ga@shike2.com>
Sun, 27 Apr 2014 09:30:21 +0000 (11:30 +0200)
commit53105cf74fde46229912275c073f8c0f219b05bb
tree8d9c414df338a133707c48ec7f95796d3f1cc261
parentaa35bbd7a16c6c210a7574a8c45bbe939d5b2922
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.
st.c