Skip to content

Commit

Permalink
Fix #226
Browse files Browse the repository at this point in the history
  • Loading branch information
kovidgoyal committed Dec 14, 2017
1 parent 433640d commit ce7be5a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions kitty/cursor.c
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit ce7be5a

Please sign in to comment.