- Timestamp:
- Nov 4, 2008, 6:45:21 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/caca/codec/export.c
r3237 r3283 504 504 { 505 505 uint32_t *lineattr = cv->attrs + y * cv->width; 506 uint32_t *linechar = cv->chars + y * cv->width; 506 507 507 508 for(x = 1; x < cv->width; x++) … … 512 513 has_multi_cell_row)) 513 514 && 514 ((caca_attr_to_ansi_bg(lineattr[x - 1]) 515 ((linechar[x - 1] == CACA_MAGIC_FULLWIDTH) 516 || 517 (caca_attr_to_ansi_bg(lineattr[x - 1]) 515 518 != 516 519 caca_attr_to_ansi_bg(lineattr[x])) … … 569 572 || 570 573 (cv->height == 1)) 574 && 575 (linechar[x + len - 1] != CACA_MAGIC_FULLWIDTH) 571 576 && 572 577 (caca_attr_to_ansi_bg(lineattr[x + len])
Note: See TracChangeset
for help on using the changeset viewer.