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