enum Tput::Namespace::PenStyle
Defined in:
tput/namespace.crEnum Members
-
NoPen =
0 -
SolidLine =
1 -
DashLine =
2 -
DotLine =
3 -
DashDotLine =
4 -
DashDotDotLine =
5 -
CustomDashLine =
6 -
MPenStyle =
15
Instance Method Summary
- #custom_dash_line?
- #dash_dot_dot_line?
- #dash_dot_line?
- #dash_line?
- #dot_line?
- #m_pen_style?
- #no_pen?
- #solid_line?