MCPcopy
hub / github.com/gdamore/tcell / Init

Method Init

screen.go:28–28  ·  view source on GitHub ↗

Init initializes the screen for use.

()

Source from the content-addressed store, hash-verified

26type Screen interface {
27 // Init initializes the screen for use.
28 Init() error
29
30 // Fini finalizes the screen also releasing resources.
31 Fini()

Callers 15

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95

Calls

no outgoing calls