Minor clarification in PDCurses Text Attributes comments.

This commit is contained in:
William McBrine
2005-11-30 18:19:51 +00:00
parent a392bf38f4
commit ee818de2e5

View File

@@ -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: