svn commit: r333925 - head/sys/teken

Ed Schouten ed at nuxi.nl
Sun May 20 21:29:06 UTC 2018


Hi Jean-Sébastien,

2018-05-20 16:21 GMT+02:00 Jean-Sébastien Pédron <dumbbell at freebsd.org>:
> Modified: head/sys/teken/sequences
> ==============================================================================
> --- head/sys/teken/sequences    Sun May 20 06:14:12 2018        (r333924)
> +++ head/sys/teken/sequences    Sun May 20 14:21:20 2018        (r333925)
> @@ -48,6 +48,7 @@ CUF   Cursor Forward                          ^[ [ a          n
>  CUP    Cursor Position                         ^[ [ H          n n
>  CUP    Cursor Position                         ^[ [ f          n n
>  CUU    Cursor Up                               ^[ [ A          n
> +CS     Cursor style                            ^[ [ SP q       r
>  DA1    Primary Device Attributes               ^[ [ c          r
>  DA2    Secondary Device Attributes             ^[ [ > c        r
>  DC     Delete character                        ^[ [ P          n

So far I've been trying to be quite consistent in the naming here,
using the exact phrasing that is used elsewhere. Could you please use
"DECSCUSR" and "Set Cursor Style" here, just like on this page?
https://vt100.net/docs/vt510-rm/DECSCUSR.html

Thanks,
-- 
Ed Schouten <ed at nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands


More information about the svn-src-head mailing list