Module: AAlib::Attr
- Defined in:
- lib/aalib.rb
Overview
Text attributes for AAlib#puts and other text methods.
Constant Summary collapse
- NORMAL =
0- DIM =
1- BOLD =
2- BOLDFONT =
3- REVERSE =
4- SPECIAL =
5
Text attributes for AAlib#puts and other text methods.
012345