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

Method Show

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

Show makes all the content changes made using SetContent() visible on the display. It does so in the most efficient and least visually disruptive manner possible.

()

Source from the content-addressed store, hash-verified

140 // It does so in the most efficient and least visually disruptive
141 // manner possible.
142 Show()
143
144 // Sync works like Show(), but it updates every visible cell on the
145 // physical display, assuming that it is not synchronized with any

Callers 15

mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
mainFunction · 0.95
displayHelloWorldFunction · 0.65
displaySixelFunction · 0.65
displayHelloWorldFunction · 0.65
displayDemoFunction · 0.65

Calls

no outgoing calls