Fix #226
This commit is contained in:
parent
433640de84
commit
ce7be5a05e
1 changed files with 2 additions and 0 deletions
|
|
@ -90,6 +90,8 @@ cursor_from_sgr(Cursor *self, unsigned int *params, unsigned int count) {
|
|||
self->reverse = true; break;
|
||||
case 9:
|
||||
self->strikethrough = true; break;
|
||||
case 21:
|
||||
self->decoration = 2; break;
|
||||
case 22:
|
||||
self->bold = false; break;
|
||||
case 23:
|
||||
|
|
|
|||
Loading…
Reference in a new issue