mirror of
git://git.suckless.org/st
synced 2026-04-17 16:00:21 +02:00
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.
This commit is contained in: