Create man.go

This commit is contained in:
65x581 2023-10-25 16:29:00 -04:00 committed by GitHub
parent 0e53a4799f
commit 70c501d73e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

23
frames/man.go Normal file
View file

@ -0,0 +1,23 @@
package frames
var Man = DefaultFrameType(manFrames)
var manFrames = []string{
` #
###
#
# #
`,
` #
###
#
# #
`,
` #
###
#
# #
`,
}