On Mon, May 04, 2015 at 07:38:40PM +, non...@inventati.org wrote:
> It handles the case when Button1 is released. In this case either
> selcopy is called and there is no need to set dirty flag as selection is
> already rendered, or selclear is called, and it sets dirty flag by
> itself.
Ok, ca
On Mon, May 04, 2015 at 12:09:06PM +0200, Roberto E. Vargas Caballero wrote:
> > - tsetdirt(sel.nb.y, sel.ne.y);
>
>
> Can you explain why is not needed?
It handles the case when Button1 is released. In this case either
selcopy is called and there is no need to set dirty flag as select
> - tsetdirt(sel.nb.y, sel.ne.y);
Can you explain why is not needed?
Regards,
---
st.c | 1 -
1 file changed, 1 deletion(-)
diff --git a/st.c b/st.c
index 9b1771d..e30f111 100644
--- a/st.c
+++ b/st.c
@@ -1131,7 +1131,6 @@ brelease(XEvent *e) {
} else
selclear(NULL);
sel.mode = SEL_IDLE;
- tsetdirt(sel.n