|
C-Menu 0.2.9
A User Interface Toolkit
|
complex character objectl with a pointer to the complex character string and its allocated length More...
#include <cm.h>
Data Fields | |
| size_t | l |
| cchar_t * | s |
complex character objectl with a pointer to the complex character string and its allocated length
The CCStr structure represents a complex character string, which is a string that can contain both regular characters and attributes (such as color, bold, etc.) in the ncurses library. This structure includes a pointer to the complex character string and its allocated length, allowing for dynamic handling of complex character strings in the terminal interface.