[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] [patch] sandy

2014-07-13 Thread Dimitris Papastamos
On Sun, Jul 13, 2014 at 06:22:23PM +0200, Rafa Garcia Gallego wrote: > As stated before, I don't have access to the git repo at suckless.org > anymore, but in the meantime you can find the changes at > https://bitbucket.org/rafaelgg/sandy I can apply the patches if you want. Just let me know.

Re: [dev] [patch] sandy

2014-07-13 Thread Rafa Garcia Gallego
On Mon, Jun 30, 2014 at 6:42 AM, wrote: > Subject: [PATCH 1/5] call endwin on suspend > Subject: [PATCH 2/5] better regcomp failure messages > Subject: [PATCH 3/5] simplify c file regex > Subject: [PATCH 4/5] optionalize to use term status feature > Subject: [PATCH 5/5] possibilize title bar at b

[dev] [patch] sandy

2014-06-29 Thread strake888
>From 62319ce0422af23d2fb3d4f184840d9ac0298778 Mon Sep 17 00:00:00 2001 From: M Farkas-Dyck Date: Thu, 5 Jun 2014 12:27:27 -0500 Subject: [PATCH 1/5] call endwin on suspend --- sandy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sandy.c b/sandy.c index 5d049f3..5e519b7 10