bug-ncurses
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cchar_t


From: Thomas Dickey
Subject: Re: cchar_t
Date: Sun, 25 Feb 2007 13:40:06 -0500 (EST)

On Sun, 25 Feb 2007, ygrex wrote:

Hello,

cchar_t structure contains an array of wchar_t,
the length of the array is CCHARW_MAX, it is 5;
may CCHARW_MAX vary from system to system or
something else?

It can vary between implementations of curses.
For ncurses it's just 5 - currently no reason to change it.


I'd like to predefine variable, like:
const cchar_t cc_NULL = {0, {L'\0', L'\0', L'\0', L'\0', L'\0'}};

Thank you,

--
        Igor Bogomazov (Russia, St. Petersburg)



_______________________________________________
Bug-ncurses mailing list
address@hidden
http://lists.gnu.org/mailman/listinfo/bug-ncurses


--
Thomas E. Dickey
http://invisible-island.net
ftp://invisible-island.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]