diff --git a/curses.h b/curses.h index bf3f99f3..604729d1 100644 --- a/curses.h +++ b/curses.h @@ -18,7 +18,7 @@ *************************************************************************** */ /* -$Id: curses.h,v 1.41 2005/11/30 18:13:38 wmcbrine Exp $ +$Id: curses.h,v 1.42 2005/11/30 18:19:51 wmcbrine Exp $ */ /* *---------------------------------------------------------------------- @@ -1119,7 +1119,7 @@ and colour into an unsigned char (all 8 bits!). Today, PDCurses by default uses a long (32 bits) for its chtype, as in System V. The short chtype is still available (for use with 16-bit compilers only -- don't try it in 32-bit mode!), by undefining -CHTYPE_LONG. +CHTYPE_LONG and rebuilding the library. The following is the structure of a win->_attrs chtype: