Skip to content

pasberth/TextDisplay

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TextDisplay

テキストを二次元的に扱うライブラリです。

require 'text_display'

title = TextDisplay::Text.new(<<-EOF)
########################################
#                                      #
########################################
EOF

title.paste!("\e[1mHELLO WORLD\e[0m", 14, 1)

puts title.as_string(true)
########################################
#             HELLO WORLD              #
########################################

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors