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
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
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
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
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,
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 :)