enum NCurses::Attribute
Overview
XSI attributes. In the ncurses implementation, they are identical to the
A_ attributes.
Defined in:
remicharms/lib.crEnum Members
-
Attributes =
4294967040_u32 -
Normal =
0_u32 -
Standout =
65536_u32 -
Underline =
131072_u32 -
Reverse =
262144_u32 -
Blink =
524288_u32 -
Dim =
1048576_u32 -
Bold =
2097152_u32 -
AltCharSet =
4194304_u32 -
Invis =
8388608_u32 -
Protect =
16777216_u32 -
Horizontal =
33554432_u32 -
Left =
67108864_u32 -
Low =
134217728_u32 -
Right =
268435456_u32 -
Top =
536870912_u32 -
Vertical =
1073741824_u32
Instance Method Summary
- #alt_char_set?
- #attributes?
- #blink?
- #bold?
- #dim?
- #horizontal?
- #invis?
- #left?
- #low?
- #none?
- #normal?
- #protect?
- #reverse?
- #right?
- #standout?
- #top?
- #underline?
- #vertical?