Re: [dev] [PATCH 09/10] Remove unnecessary tsetdirt.

2015-05-04 Thread Roberto E. Vargas Caballero
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

Re: [dev] [PATCH 09/10] Remove unnecessary tsetdirt.

2015-05-04 Thread noname
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

Re: [dev] [PATCH 09/10] Remove unnecessary tsetdirt.

2015-05-04 Thread Roberto E. Vargas Caballero
> - tsetdirt(sel.nb.y, sel.ne.y); Can you explain why is not needed? Regards,

[dev] [PATCH 09/10] Remove unnecessary tsetdirt.

2015-05-02 Thread noname
--- 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