mirror of
https://codeberg.org/dnkl/foot.git
synced 2026-02-05 04:06:08 -05:00
csi: DECRARA: fix comment: DECCARA -> DECRARA
This commit is contained in:
parent
f5c574cd94
commit
d6c5bc3262
1 changed files with 1 additions and 1 deletions
2
csi.c
2
csi.c
|
|
@ -1830,7 +1830,7 @@ csi_dispatch(struct terminal *term, uint8_t final)
|
|||
for (size_t i = 4; i < term->vt.params.idx; i++) {
|
||||
const int param = term->vt.params.v[i].value;
|
||||
|
||||
/* DECCARA only supports a sub-set of SGR parameters */
|
||||
/* DECRARA only supports a sub-set of SGR parameters */
|
||||
switch (param) {
|
||||
case 0:
|
||||
a->bold = !a->bold;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue