Documentation
¶
Index ¶
Constants ¶
View Source
const (
DefaultHeight = 40
DefaultWidth = 80
)
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶
type Client struct {
Addr string
User string
Dial func(ctx context.Context, network, addr string) (net.Conn, error)
PrivateKey, Certificate string
// contains filtered or unexported fields
}
type FdReader ¶ added in v0.0.251
type FdReader interface {
io.Reader
Fd() uintptr
}
FdReader is an io.Reader with an Fd function
type FdWriteCloser ¶ added in v0.0.251
type FdWriteCloser interface {
io.WriteCloser
Fd() uintptr
}
FdWriteCloser is an io.WriteCloser with an Fd function
Notes ¶
Bugs ¶
this is a temporary hack to work around a windows terminal handling problem that is probably trivial to fix, but winch isn't handled yet there anyways
Click to show internal directories.
Click to hide internal directories.