Versions in this module Expand all Collapse all v1 v1.0.3 Dec 3, 2019 Changes in this version + const Input + const Output + const Ping + const Pong + const ResizeTerminal + const SetPreferences + const SetReconnect + const SetWindowTitle + const UnknownInput + const UnknownOutput + var ErrMasterClosed = errors.New("master closed") + var ErrSlaveClosed = errors.New("slave closed") + var Protocols = []string + type Master io.ReadWriter + type Option func(*WebTTY) error + func WithFixedColumns(columns int) Option + func WithFixedRows(rows int) Option + func WithMasterPreferences(preferences interface{}) Option + func WithPermitWrite() Option + func WithReconnect(timeInSeconds int) Option + func WithWindowTitle(windowTitle []byte) Option + type Slave interface + ResizeTerminal func(columns int, rows int) error + WindowTitleVariables func() map[string]interface{} + type WebTTY struct + func New(masterConn Master, slave Slave, options ...Option) (*WebTTY, error) + func (wt *WebTTY) Run(ctx context.Context) error Incompatible versions in this module v2.0.0-alpha.3+incompatible Dec 13, 2017