Bubbles::TextInput::CursorStyle
CursorStyle is the style for real and virtual cursors.
Constructors
Instance methods
BlinkSpeed is the speed at which the virtual cursor blinks. This has no effect on real cursors as well as no effect if the cursor is set not to blink.
By default, the blink speed is set to about 500ms.
BlinkSpeed is the speed at which the virtual cursor blinks. This has no effect on real cursors as well as no effect if the cursor is set not to blink.
By default, the blink speed is set to about 500ms.
Color styles the cursor block.
For real cursors, the foreground color set here will be used as the cursor color.
Color styles the cursor block.
For real cursors, the foreground color set here will be used as the cursor color.
Shape is the cursor shape. The following shapes are available:
- Tea::CursorStyle::Block
- Tea::CursorStyle::Underline
- Tea::CursorStyle::Bar
This is only used for real cursors.
Shape is the cursor shape. The following shapes are available:
- Tea::CursorStyle::Block
- Tea::CursorStyle::Underline
- Tea::CursorStyle::Bar
This is only used for real cursors.