Or we could just refuse to support terminals
that do not support standard escape sequences.
Hardcoding the escape sequences is the only
way to remain sane.
But I will bookmark this and fix it later.
On Wed, 30 Mar 2016 06:58:18 +0200
k0ga_AT_shike2.com wrote:
> > + fprintf(logfp, "\033[A\033[K");
>
> Please guys, stop writing code like this. You cannot print
> sequences directly to the terminal. You have to look in
> the terminfo entry first. I think I am going to modify in
> st every sequence that ppl is hardcoding in sbase and
> ubase.
>
>
> Regards,
>
>
Received on Wed Mar 30 2016 - 07:04:13 CEST