Changeset 323 for trunk/src/curses
- Timestamp:
- 08/26/14 04:03:10 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/curses/curses_terminal.cc
r319 r323 58 58 if ( color > 7 ) 59 59 { 60 attrset((static_cast<uint32>(color-7) << 24) & 0xff000000ul | 0x00800000ul);60 attrset((static_cast<uint32>(color-7) << 24) & ( 0xff000000ul | 0x00800000ul ) ); 61 61 } 62 62 else
Note: See TracChangeset
for help on using the changeset viewer.