teken: Rename the "Set Cursor Style" sequence to match vt100.net docs
This fixes inconsistencies with the rest of the `sequences` file. No functional changes. Requested by: ed
This commit is contained in:
parent
27dca831a6
commit
b554075d14
@ -48,7 +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
|
||||
DECSCUSR Set Cursor Style ^[ [ SP q r
|
||||
DA1 Primary Device Attributes ^[ [ c r
|
||||
DA2 Secondary Device Attributes ^[ [ > c r
|
||||
DC Delete character ^[ [ P n
|
||||
|
@ -372,7 +372,7 @@ teken_subr_cursor_up(teken_t *t, unsigned int nrows)
|
||||
}
|
||||
|
||||
static void
|
||||
teken_subr_cursor_style(teken_t *t, unsigned int style)
|
||||
teken_subr_set_cursor_style(teken_t *t, unsigned int style)
|
||||
{
|
||||
|
||||
/* TODO */
|
||||
|
Loading…
Reference in New Issue
Block a user