Documentation ¶
Index ¶
Constants ¶
View Source
const ( DefaultHeight = 40 DefaultWidth = 80 )
Variables ¶
This section is empty.
Functions ¶
func MarshalED25519PrivateKey ¶ added in v0.0.452
func MarshalED25519PrivateKey(key ed25519.PrivateKey, comment string) []byte
// stolen from `mikesmitty`, thanks, you are a mikesmitty and a scholar
Types ¶
type Client ¶
type FdWriteCloser ¶
type FdWriteCloser interface { io.WriteCloser Fd() uintptr }
FdWriteCloser is an io.WriteCloser with an Fd function
type Terminal ¶
type Terminal struct { Stdin io.Reader Stdout io.WriteCloser Stderr io.WriteCloser Mode string }
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.