mirror of
https://github.com/ArthurSonzogni/FTXUI.git
synced 2024-11-22 10:40:00 +08:00
Fix blinking cursor shape. (#539)
This commit is contained in:
parent
abd5b2a503
commit
b56afce48c
@ -87,8 +87,8 @@ class Screen {
|
||||
Block = 2,
|
||||
UnderlineBlinking = 3,
|
||||
Underline = 4,
|
||||
Bar = 5,
|
||||
BarBlinking = 6,
|
||||
BarBlinking = 5,
|
||||
Bar = 6,
|
||||
};
|
||||
Shape shape;
|
||||
};
|
||||
|
Loading…
Reference in New Issue
Block a user