package
0.0.0-20240104140753-89b28be769de
Repository: https://github.com/halimath/terminal.git
Documentation: pkg.go.dev

# Functions

No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
Reader is a wrapper around an io.Reader which supports reading multiple control sequences that go together.

# Interfaces

No description provided by the author
KeyPress defines an interface for all valid key presses.

# Type aliases

Alt is a KeyPress with a regular key combined with the alt or modifier key.
Char is a KeyPress that's a regular key.
Ctrl is a KeyPress with a regular key combined with the control key.
FunctionKey is a KeyPress of a function key (or F-key).
SpecialKey implements special keys like cursor, delete, backspace..