Changeset 881 for libcaca/trunk/cucul/import.c
- Timestamp:
- Apr 25, 2006, 7:46:49 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/import.c
r880 r881 400 400 break; 401 401 case 1: // BOLD 402 if(*fg < 8) 403 *fg += 8; 404 if(*bg < 8) 405 *bg += 8; 402 406 break; 403 407 case 4: // Underline
Note: See TracChangeset
for help on using the changeset viewer.