Skip to content
Snippets Groups Projects
Unverified Commit b56afce4 authored by Arthur Sonzogni's avatar Arthur Sonzogni Committed by GitHub
Browse files

Fix blinking cursor shape. (#539)

parent abd5b2a5
No related branches found
No related tags found
No related merge requests found
......@@ -87,8 +87,8 @@ class Screen {
Block = 2,
UnderlineBlinking = 3,
Underline = 4,
Bar = 5,
BarBlinking = 6,
BarBlinking = 5,
Bar = 6,
};
Shape shape;
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment