> +                     if (ch == '\033') {
> +                            if (x_getc() == '[')
> +                                    keypad(x_getc());
> +                            else /* unknown sequence */

Good grief.  So everything is VT100 compatible these days?

Reply via email to