- Timestamp:
- Mar 23, 2006, 7:38:44 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
libcaca/trunk/TODO
r676 r682 17 17 etc.) 18 18 19 o support for Unicode characters in the primitives (circle, lines,20 boxes, etc.)21 22 19 o bitmap output support (will require one or several custom fonts), 23 20 maybe should be in libcaca. … … 28 25 29 26 o ASCII/ANSI art loading functions (maybe load them as sprites) 30 31 o old school ASCII-art handling functions, for instance mirroring32 routines that are able to change "\_o< !" into "! >o_/" or even33 into "/▔o< ¡" with Unicode support added.34 27 35 28 … … 53 46 o text edit widget with cursor support (I'm unsure about this, it 54 47 seems pretty difficult) 55 56 o replace the event return value with a structure so that we can put57 more information into it, such as mouse coordinates or Unicode58 characters.59 48 60 49
Note: See TracChangeset
for help on using the changeset viewer.