Documentation
¶
Index ¶
- Constants
- Variables
- type Cmd
- func (c *Cmd) ExitError() error
- func (c *Cmd) Kill()
- func (c *Cmd) Options() CmdOptions
- func (c *Cmd) Path() (string, error)
- func (c *Cmd) Pid() (int, error)
- func (c *Cmd) Read(p []byte) (n int, err error)
- func (c *Cmd) Resize(size Size) error
- func (c *Cmd) Status() CmdStatus
- func (c *Cmd) Write(data []byte) (n int, err error)
- type CmdOptions
- type CmdStatus
- type Notifier
- type Reader
- type Screen
- type Size
- type Stream
Constants ¶
View Source
const ( SPIN_NUM_TRIES = 3 SPIN_THRESHOLD = 1 * time.Second )
View Source
const TERM = "xterm-256color"
Variables ¶
View Source
var TERMINFO_LOCATION = ""
Functions ¶
This section is empty.
Types ¶
type Cmd ¶
func (*Cmd) Options ¶ added in v0.8.1
func (c *Cmd) Options() CmdOptions
Options returns the original arguments used to start the command.
type CmdOptions ¶
Click to show internal directories.
Click to hide internal directories.