|
C-Menu 0.2.9
A User Interface Toolkit
|
Go to the source code of this file.
Functions | |
| cchar_t | mkcc (short cp, attr_t attr, const char *s) |
| Create a cchar_t with the specified color pair index and attributes. | |
| cchar_t mkcc | ( | short | cp, |
| attr_t | attr, | ||
| const char * | s ) |
Create a cchar_t with the specified color pair index and attributes.
mkcc
| cp | Color pair index |
| attr | Attributes to apply to the cchar_t |
| s | Multibyte string to convert to wide character (only the first character is used) |
Definition at line 11 of file mkcc.c.