Documentation
¶
Overview ¶
Package terminal
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MonitorSize ¶
type Session ¶
type Session struct {
// contains filtered or unexported fields
}
Session represents an interactive terminal session
func NewSession ¶
NewSession creates a new terminal session
func (*Session) MonitorSize ¶
func (s *Session) MonitorSize() chan MonitorSize
MonitorSize sends new terminal sizes over the channel when SIGWINCH is received.
Click to show internal directories.
Click to hide internal directories.