From: Roberto E. Vargas Caballero Date: Sun, 23 Jun 2013 10:13:26 +0000 (+0200) Subject: Remove unneded call to draw X-Git-Url: https://git.xinqibao.xyz/st.git/commitdiff_plain/90c6f055b637a58da0381a21b4a290ce26f56d8f?hp=90c6f055b637a58da0381a21b4a290ce26f56d8f Remove unneded call to draw draw is the function which update the Xwindow with the information st has, and it is designed in a way that it must be called once in the main loop (run function), and calling it in other places it is a waste of time. ---