Initial commit

This commit is contained in:
2021-12-19 17:30:51 +01:00
commit a589014106
65 changed files with 7437 additions and 0 deletions

View File

@ -0,0 +1,9 @@
package terminal
import "io"
type Terminal struct {
io.ReadWriter
Width, Height uint32
}