output.Output, output.Writer

This commit is contained in:
bel
2023-03-01 22:35:55 -07:00
parent c4c1f11f2a
commit 4c78f40f0f
4 changed files with 37 additions and 30 deletions

View File

@@ -2,5 +2,5 @@ package output
type Output interface {
Close()
Press(...int)
Press(...Key)
}