# 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.
# Variables
NewModel creates a new model with default settings.
# Type aliases
CursorMode describes the behavior of the cursor.
EchoMode sets the input behavior of the text input field.