| @@ -16,9 +16,6 @@ libcucul | |||||
| support, background colour support, thinking of a storage format, | support, background colour support, thinking of a storage format, | ||||
| etc.) | etc.) | ||||
| o support for Unicode characters in the primitives (circle, lines, | |||||
| boxes, etc.) | |||||
| o bitmap output support (will require one or several custom fonts), | o bitmap output support (will require one or several custom fonts), | ||||
| maybe should be in libcaca. | maybe should be in libcaca. | ||||
| @@ -28,10 +25,6 @@ libcucul | |||||
| o ASCII/ANSI art loading functions (maybe load them as sprites) | o ASCII/ANSI art loading functions (maybe load them as sprites) | ||||
| o old school ASCII-art handling functions, for instance mirroring | |||||
| routines that are able to change "\_o< !" into "! >o_/" or even | |||||
| into "/▔o< ¡" with Unicode support added. | |||||
| API-independent stuff | API-independent stuff | ||||
| --------------------- | --------------------- | ||||
| @@ -53,10 +46,6 @@ libcaca | |||||
| o text edit widget with cursor support (I'm unsure about this, it | o text edit widget with cursor support (I'm unsure about this, it | ||||
| seems pretty difficult) | seems pretty difficult) | ||||
| o replace the event return value with a structure so that we can put | |||||
| more information into it, such as mouse coordinates or Unicode | |||||
| characters. | |||||
| API-independent stuff | API-independent stuff | ||||
| --------------------- | --------------------- | ||||