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