> What processador do you use in your port? intel or ibm?

I'm on OS X 10.9 on an Intel Mac Pro, using LLVM + Clang.

> There was a discussion in this list sometime ago about this
> topic, and I think this was the best solution (if someone can
> find the messages ...), but I agree that if char is signed then
> we have a problem. It is clear that c must be char, because
> tputc expects a char pointer and buf is also a char pointer.
>
> Maybe we should change the line to:
>
>                 if(ISCONTROL((uchar) c)) { /* control code */

Yes, that sounds like a reasonable solution.

-Steven

Reply via email to