type github.com/gdamore/tcell/v2.Screen (interface)

Method Implmentations



ChannelEvents(ch chan<- Event, quit <-chan struct{}) SimulationScreen.ChannelEvents
GetContent(x, y int) (primary rune, combining []rune, style Style, width int) SimulationScreen.GetContent
LockRegion(x, y, width, height int, lock bool) SimulationScreen.LockRegion
SetContent(x int, y int, primary rune, combining []rune, style Style) SimulationScreen.SetContent
Size() (width, height int) SimulationScreen.Size