docker4ssh/server/terminal/terminal.go
2021-12-19 17:30:51 +01:00

10 lines
94 B
Go

package terminal
import "io"
type Terminal struct {
io.ReadWriter
Width, Height uint32
}