Documentation
¶
Overview ¶
Package out implements producing output to terminal user interface.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var Screen tcell.Screen
Screen is used to show text on console and poll input events (key press, console resize, could add mouse).
Functions ¶
func DrawEvent ¶
func DrawEvent(updateViewEvent events.UpdateViewEvent)
DrawEvent crates appropriate changes to screen for given event. Usually either refresh whole screen or just update status message.
func GetScreenSize ¶
func GetScreenSize() (width, height int)
GetScreenSize returns size of console screen.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.