|
libt3window
|
Data structure to store information about the capabilities of the terminal. More...
Data Fields | |
| int | cap_flags |
| A bitmask of T3_TERM_CAP_* flags indicating capabilities of the terminal. | |
| int | colors |
| The maximum number of supported colors, or 0 if color is not supported. | |
| t3_attr_t | highlights |
| The supported attributes other then color attributes. More... | |
| int | pairs |
| The maximum number of color pairs that are supported by this terminal, or 0 if color is not supported. | |
Data structure to store information about the capabilities of the terminal.
See t3_term_get_caps for details on how to use this struct.