Create man.go
This commit is contained in:
parent
0e53a4799f
commit
70c501d73e
1 changed files with 23 additions and 0 deletions
23
frames/man.go
Normal file
23
frames/man.go
Normal file
|
@ -0,0 +1,23 @@
|
|||
package frames
|
||||
|
||||
var Man = DefaultFrameType(manFrames)
|
||||
|
||||
var manFrames = []string{
|
||||
` #
|
||||
###
|
||||
#
|
||||
# #
|
||||
`,
|
||||
|
||||
` #
|
||||
###
|
||||
#
|
||||
# #
|
||||
`,
|
||||
|
||||
` #
|
||||
###
|
||||
#
|
||||
# #
|
||||
`,
|
||||
}
|
Loading…
Reference in a new issue