Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NewScreen ¶
type NewScreen struct { Current tcell.Screen TV *soapcalls.TVPayload // contains filtered or unexported fields }
NewScreen .
func InitTcellNewScreen ¶ added in v1.3.0
func InitTcellNewScreen(ctxCancel context.CancelFunc) (*NewScreen, error)
InitTcellNewScreen .
func (*NewScreen) EmitMsg ¶ added in v1.3.0
EmitMsg displays the actions to the interactive terminal. Method to implement the screen interface
func (*NewScreen) Fini ¶ added in v1.3.0
func (p *NewScreen) Fini()
Fini Method to implement the screen interface
func (*NewScreen) HandleKeyEvent ¶ added in v1.7.0
func (p *NewScreen) HandleKeyEvent(ev *tcell.EventKey)
HandleKeyEvent Method to handle all key press events
Click to show internal directories.
Click to hide internal directories.