complex character objectl with a pointer to the complex character string and its allocated length
More...
#include <cm.h>
complex character objectl with a pointer to the complex character string and its allocated length
- Note
- 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.
Definition at line 605 of file cm.h.
allocated length
Definition at line 607 of file cm.h.
pointer to the complex character string
Definition at line 606 of file cm.h.
The documentation for this struct was generated from the following file: