Documentation ¶
Overview ¶
Package io contains codes that are hard to test, the less code here the better.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CUILib ¶
type CUILib interface { Init() error Close() Clear() PollEvents() <-chan ui.Event Render(a ...ui.Drawable) TerminalDimensions() (int, int) }
CUILib represents the CUI library.
type UnixLikeIO ¶
type UnixLikeIO struct{}
UnixLikeIO implements IO for *nix platform.
func (UnixLikeIO) GetInputByLaunchingEditor ¶
func (UnixLikeIO) GetInputByLaunchingEditor() (string, error)
Click to show internal directories.
Click to hide internal directories.