Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Terminal ¶
type Terminal interface { ReadRawStdin(ctx context.Context, stdinCh chan<- string) (restoreTerminalFn func(), err error) MonitorResizeEvents(ctx context.Context, resizeEvents chan<- TerminalSize) error }
Terminal provides an interface for interacting with the terminal
type TerminalSize ¶
TerminalSize represents the size of a terminal
Click to show internal directories.
Click to hide internal directories.