Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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
26
type
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
TestNewScreenSanitizeContentOption
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
main
Function · 0.95
Calls
no outgoing calls
Tested by
15
TestNewScreenSanitizeContentOption
Function · 0.76
TestInitScreen
Function · 0.52
TestOptAltScreenDisable
Function · 0.52
TestOptAltScreenDefault
Function · 0.52
TestFiniPreventsSetStyleMutation
Function · 0.52
TestFiniPreventsFurtherTerminalMutation
Function · 0.52
TestOptAdvancedKeys
Function · 0.52
TestOptControlStringLimit
Function · 0.52
TestOptControlStringLimitUnlimited
Function · 0.52
TestOptSanitizeContent
Function · 0.52
TestOSC8ControlsAreStrippedFromOutput
Function · 0.52
TestOSC8IdWithoutUrlDoesNotEmitClose
Function · 0.52