[hackers] [st][PATCH] Do not mark as invalid UTF8 control codes

2015-08-17 Thread Roberto E. Vargas Caballero
wcwidth() returns -1 in all the non visible characters, but it doesn't mind that they are incorrect. It only means that they are not printable. --- st.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/st.c b/st.c index 1df4fde..35a840b 100644 --- a/st.c +++ b/st.c @@ -2895,

Re: [hackers] [st][PATCH] Do not mark as invalid UTF8 control codes

2015-08-17 Thread Daniel Martí
On Mon, Aug 17, 2015 at 11:29:34 +0200, Roberto E. Vargas Caballero wrote: > wcwidth() returns -1 in all the non visible characters, but it doesn't > mind that they are incorrect. It only means that they are not printable. nits: s/in all the/for all the/ s/doesn't mind that/doesn't necessarily mea

[hackers] [scc] Fix switch emittion || Roberto E. Vargas Caballero

2015-08-17 Thread git
commit 1dcded18a01420a8f57227792522897bcf919a88 Author: Roberto E. Vargas Caballero AuthorDate: Mon Aug 17 20:31:53 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Mon Aug 17 20:31:53 2015 +0200 Fix switch emittion Switch was broken in different ways. Case and def

[hackers] [scc] Fix integer declarations || Roberto E. Vargas Caballero

2015-08-17 Thread git
commit f03283b0bb20076bcdb814658bde66f5c042968c Author: Roberto E. Vargas Caballero AuthorDate: Mon Aug 17 21:24:24 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Mon Aug 17 21:24:24 2015 +0200 Fix integer declarations There were a few errors, one that generated

[hackers] [scc] Fix small bug in chktest.sh || Roberto E. Vargas Caballero

2015-08-17 Thread git
commit 4f8c064dd03b39ff214733ab69fb49662e75a8dd Author: Roberto E. Vargas Caballero AuthorDate: Mon Aug 17 22:55:54 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Mon Aug 17 22:55:54 2015 +0200 Fix small bug in chktest.sh The regural expression was matching only

[hackers] [st] Do not mark as invalid UTF8 control codes || Roberto E. Vargas Caballero

2015-08-17 Thread git
commit 7e61f5e4c514a233250442263b62d887c9e5ca9c Author: Roberto E. Vargas Caballero AuthorDate: Mon Aug 17 11:25:38 2015 +0200 Commit: Roberto E. Vargas Caballero CommitDate: Tue Aug 18 08:31:51 2015 +0200 Do not mark as invalid UTF8 control codes wcwidth() returns -1 for al