Fix blinking cursor shape. (#539)

This commit is contained in:
Arthur Sonzogni 2022-12-28 13:17:56 +01:00 committed by GitHub
parent abd5b2a503
commit b56afce48c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -87,8 +87,8 @@ class Screen {
Block = 2,
UnderlineBlinking = 3,
Underline = 4,
Bar = 5,
BarBlinking = 6,
BarBlinking = 5,
Bar = 6,
};
Shape shape;
};