mirror of
https://github.com/VARCem/PDCurses.git
synced 2026-09-23 15:25:01 +00:00
Minor clarification in PDCurses Text Attributes comments.
This commit is contained in:
4
curses.h
4
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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user