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 630 of file cm.h.
allocated length
Definition at line 632 of file cm.h.
pointer to the complex character string
Definition at line 631 of file cm.h.
The documentation for this struct was generated from the following file: