Re: [dev] [st] [PATCH] Fix rectangular selection.

2014-06-04 Thread Roberto E. Vargas Caballero
Yeah, I made this so that it apply cleanly on the head but forgot to rebase it on my other patch. Here is the fixed version, sorry! Applied, thanks! -- Roberto E. Vargas Caballero

Re: [dev] [st] [PATCH] Fix rectangular selection.

2014-06-03 Thread Roberto E. Vargas Caballero
This patch conflicts with your previous patch, so I think there is some kind of error here, isn't it? Regards, -- Roberto E. Vargas Caballero

Re: [dev] [st] [PATCH] Fix rectangular selection.

2014-06-03 Thread Colona
On Tue, Jun 03, 2014 at 11:24:54PM +0200, Roberto E. Vargas Caballero wrote: This patch conflicts with your previous patch, so I think there is some kind of error here, isn't it? Yeah, I made this so that it apply cleanly on the head but forgot to rebase it on my other patch. Here is the fixed

[dev] [st] [PATCH] Fix rectangular selection.

2014-06-02 Thread Colona
selsort computes the wrong normalized coordinates when rectangular selection is enabled, causing rectangular selection to only work when going toward either the top left corner, or the bottom right one. --- st.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/st.c b/st.c index