Re: [dev][sandy][patch] minor typo correction

2014-04-24 Thread Rafa Garcia Gallego
> On Thu, 24 Apr 2014 06:33:00 +0200 Rafa Garcia Gallego > wrote: >> ... However, I cant seem to push to git.suckless.org: Fixed. Kudos to Christoph for making it happen. Cheers, Rafa

[dev] [st] [PATCH] On terminal resize, clear the alt screen with its own cursor.

2014-04-24 Thread Colona
Currently the alternate screen get messed up on resize if it has different colors or mode. --- st.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/st.c b/st.c index 60243a7..c1f983f 100644 --- a/st.c +++ b/st.c @@ -2680,7 +2680,9 @@ tresize(int col, int row) { if(0 < col &&

Re: [dev] [st] [PATCH] Fix techo handling of control and multibyte characters.

2014-04-24 Thread Christoph Lohmann
Greetings. On Thu, 24 Apr 2014 18:20:20 +0200 "Roberto E. Vargas Caballero" wrote: > Thinking a bit more about this, I don't know why we are using -Wall, > because it moves people to follow the GNU criteria, that is the > more suck criteria I know (I think it is because they come from the > LISP