Documentation ¶ Index ¶ type Terminal func New(w io.Writer) *Terminal func (t *Terminal) Refresh(conf *config.Config, inCommandline bool, s []rune, pos int, hi *screen.Hi) func (t *Terminal) SetLastLine(msg string) func (t *Terminal) Start(conf *config.Config, inCommandline bool, s []rune, pos int, hi *screen.Hi) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Terminal ¶ type Terminal struct { // contains filtered or unexported fields } func New ¶ func New(w io.Writer) *Terminal func (*Terminal) Refresh ¶ func (t *Terminal) Refresh(conf *config.Config, inCommandline bool, s []rune, pos int, hi *screen.Hi) func (*Terminal) SetLastLine ¶ func (t *Terminal) SetLastLine(msg string) func (*Terminal) Start ¶ func (t *Terminal) Start(conf *config.Config, inCommandline bool, s []rune, pos int, hi *screen.Hi) Source Files ¶ View all Source files terminal.go Click to show internal directories. Click to hide internal directories.