Changeset 337
- Timestamp:
- 09/22/14 20:01:07 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/curses/curses_terminal.cc
r323 r337 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.