Introduction
Introduction Statistics Contact Development Disclaimer Help
tRemove unneded call to draw - st - [fork] customized build of st, the simple t…
git clone git://src.adamsgaard.dk/st
Log
Files
Refs
README
LICENSE
---
commit 90c6f055b637a58da0381a21b4a290ce26f56d8f
parent ebbac77d7416d365a2a33f159780ef0f06cc3351
Author: Roberto E. Vargas Caballero <[email protected]>
Date: Sun, 23 Jun 2013 12:13:26 +0200
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.
Diffstat:
M st.c | 1 -
1 file changed, 0 insertions(+), 1 deletion(-)
---
diff --git a/st.c b/st.c
t@@ -916,7 +916,6 @@ bpress(XEvent *e) {
if(sel.snap != 0) {
sel.mode++;
tsetdirt(sel.nb.y, sel.ne.y);
- draw();
}
sel.tclick2 = sel.tclick1;
sel.tclick1 = now;
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.