Documentation
¶
Overview ¶
Package commondriver implements part of the termui.TerminalDriver interface that is common between all drivers.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Driver ¶
type Driver struct { Done bool // If true PollEvent will always return *EventQuit Events chan any // Events channel }
Driver implements part of the termui.TerminalDriver interface that is common between all drives.
func (*Driver) FlushEvents ¶
func (d *Driver) FlushEvents()
FlushEvents implements the termui.TerminalDriver interface.
Click to show internal directories.
Click to hide internal directories.