Hi Jean-Sébastien,

2018-05-20 16:21 GMT+02:00 Jean-Sébastien Pédron <dumbb...@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 <e...@nuxi.nl>
Nuxi, 's-Hertogenbosch, the Netherlands
_______________________________________________
svn-src-all@freebsd.org mailing list
https://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to