Changeset 904 for libcaca/trunk/cucul/import.c
- Timestamp:
- Apr 26, 2006, 2:30:54 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/cucul/import.c
r902 r904 346 346 if(bold && fg < 8) 347 347 fg += 8; 348 if(bold && bg < 8)349 bg += 8;350 348 if(reverse) 351 349 cucul_set_color(cv, bg, fg);
Note: See TracChangeset
for help on using the changeset viewer.