Categorygithub.com/talkkonnect/termbox-go
modulepackage
0.0.0-20181013101158-0ee46dd7ddac
Repository: https://github.com/talkkonnect/termbox-go.git
Documentation: pkg.go.dev

# Functions

Returns a slice into the termbox's back buffer.
Clears the internal back buffer.
Finalizes termbox library, should be called after successful initialization when termbox's functionality isn't required anymore.
Synchronizes the internal back buffer with the terminal.
The shortcut for SetCursor(-1, -1).
Initializes termbox library.
Interrupt an in-progress call to PollEvent by causing it to return EventInterrupt.
After getting a raw event from PollRawEvent function call, you can parse it again into an ordinary one using termbox logic.
Wait for an event and return it.
Wait for an event and return it.
Changes cell's parameters in the internal back buffer at the specified position.
Sets the position of the cursor.
Sets termbox input mode.
Sets the termbox output mode.
Returns the size of the internal back buffer (which is mostly the same as terminal's window size in characters).
Sync comes handy when something causes desync between termbox's understanding of a terminal buffer and the reality.

# Constants

Cell attributes, it is possible to use multiple attributes by combining them using bitwise OR ('|').
Cell attributes, it is possible to use multiple attributes by combining them using bitwise OR ('|').
Cell attributes, it is possible to use multiple attributes by combining them using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Cell colors, you can combine a color with multiple attributes using bitwise OR ('|').
Event type.
Event type.
Event type.
Event type.
Event type.
Event type.
Event type.
Input mode.
Input mode.
Input mode.
Input mode.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
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
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
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
No description provided by the author
No description provided by the author
No description provided by the author
Key constants, see Event.Key field.
Key constants, see Event.Key field.
No description provided by the author
No description provided by the author
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
No description provided by the author
No description provided by the author
Alt modifier constant, see Event.Mod field and SetInputMode function.
Alt modifier constant, see Event.Mod field and SetInputMode function.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Key constants, see Event.Key field.
Output mode.
Output mode.
Output mode.
Output mode.
Output mode.

# Variables

To know if termbox has been initialized or not.

# Structs

A cell, single conceptual entity on the screen.
This type represents a termbox event.

# Type aliases

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