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