mirror of
https://github.com/bytedream/docker4ssh.git
synced 2025-05-09 12:15:11 +02:00
10 lines
94 B
Go
10 lines
94 B
Go
package terminal
|
|
|
|
import "io"
|
|
|
|
type Terminal struct {
|
|
io.ReadWriter
|
|
|
|
Width, Height uint32
|
|
}
|