1
0
mirror of https://github.com/bytedream/docker4ssh.git synced 2025-07-06 13:46:21 +02:00
Files
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
}