Custom Query (39 matches)

Filters
 
Or
 
  
 
Columns

Show under each result:


Results (16 - 18 of 39)

1 2 3 4 5 6 7 8 9 10 11 12 13
Ticket Resolution Summary Owner Reporter
#4 fixed figfont.c needs cleanup Sam Hocevar Sam Hocevar
Description

figfont.c builds with a lot of warnings:

 figfont.c: In function 'cucul_put_figchar':
 figfont.c:184: warning: comparison between signed and unsigned
 figfont.c:189: warning: comparison between signed and unsigned
 figfont.c:195: warning: comparison between signed and unsigned
 figfont.c:214: warning: comparison between signed and unsigned
 figfont.c:218: warning: comparison between signed and unsigned
 figfont.c: In function 'flush_figlet':
 figfont.c:264: warning: comparison between signed and unsigned
 figfont.c:265: warning: comparison between signed and unsigned
 figfont.c: At top level:
 figfont.c:255: warning: 'flush_figlet' defined but not used

This part of the code really needs some cleanup.

#7 fixed add a caca_unset_attr() and a caca_toggle_attr() Sam Hocevar Sam Hocevar
Description

It could be nice to simply remove or toggle an attribute instead of having to retrieve the full attribute list, XOR it, and set the attribute again.

#16 fixed fix thin ellipse rendering Sam Hocevar Sam Hocevar
Description

Currently thin ellipse rendering outputs the following:

---
| |
| |
| |
---

We should be able to display the following instead:

,-.
/ \
| |
\ /
'-'

1 2 3 4 5 6 7 8 9 10 11 12 13
Note: See TracQuery for help on using queries.