# Functions
Blink is a command used to initialize cursor blinking.
No description provided by the author
NewModel creates a new model with default settings.
Paste is a command for pasting from the clipboard into the text input.
# Constants
Available cursor modes.
Available cursor modes.
Available cursor modes.
EchoNone displays nothing as characters are entered.
EchoNormal displays text as is.
EchoPassword displays the EchoCharacter mask instead of actual characters.
# Type aliases
CursorMode describes the behavior of the cursor.
EchoMode sets the input behavior of the text input field.
No description provided by the author