[dev] [patch] Sandy patches

2014-08-10 Thread Hiltjo Posthuma
Hi, Some patches for sandy: 1: fix mouse scroll down, also: - add a comment in the README how to enable mouse scrolling. This is a limitation in ncurses. - read count can be 0 (not an error), this is reproducable if you scroll down with the mouse with ncurses and --disable-mou

Re: [dev] [dwm][patch] limit updates per second for win move/resize

2014-08-10 Thread Hiltjo Posthuma
On Tue, Aug 5, 2014 at 10:07 AM, Anselm R Garbe wrote: > I will apply this patch. It is a sensible limitation. > Just a small gentle bump. The patch has not been applied on git.suckless.org yet. Just want to make sure it's not forgotten :) Kind regards, Hiltjo

Re: [dev] [st][PATCH] Unset mode when clearing regions

2014-08-10 Thread Roberto E. Vargas Caballero
Hi, > Is your `defaultunderline` correctly set? > Otherwise, it works fine for me, with the default config file with > `defaultfg = 2` and `defaultunderline = 2`, tested both with and without > your patch from the current thread. Yeah, this was the problem. I didn't know that there are two diffee

[dev] [st][PATCH] tresize return value is not used

2014-08-10 Thread Roberto E. Vargas Caballero
From: noname Signed-off-by: Roberto E. Vargas Caballero --- st.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/st.c b/st.c index e0aae9d..9eebbe4 100644 --- a/st.c +++ b/st.c @@ -382,7 +382,7 @@ static void tnewline(int); static void tputtab(int); static vo

[dev] [st][PATCH] Don't set dirty all lines because tswapcreen do it

2014-08-10 Thread Roberto E. Vargas Caballero
From: noname Signed-off-by: Roberto E. Vargas Caballero --- st.c | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/st.c b/st.c index 9eebbe4..814f3f5 100644 --- a/st.c +++ b/st.c @@ -2700,14 +2700,12 @@ tresize(int col, int row) { /* resize each row to new width,

Re: [dev] [dwm][patch] limit updates per second for win move/resize

2014-08-10 Thread Anselm R Garbe
On 10 August 2014 11:34, Hiltjo Posthuma wrote: > On Tue, Aug 5, 2014 at 10:07 AM, Anselm R Garbe wrote: >> I will apply this patch. It is a sensible limitation. >> > > Just a small gentle bump. The patch has not been applied on > git.suckless.org yet. Just want to make sure it's not forgotten :)