Sam Hocevar
|
c325cb1c81
|
* Support for ANSI escape codes in the input:
http://zoy.org/~sam/toilet-ansi.png
http://zoy.org/~sam/toilet-ansi2.png
* Empty lines are currently broken.
|
19 years ago |
Sam Hocevar
|
b337442c2c
|
* Make filters line-feed aware.
|
19 years ago |
Sam Hocevar
|
711021abc7
|
* Factor code from renderers to main render.c functions.
|
19 years ago |
Sam Hocevar
|
99f3252c73
|
* Make stdin input line-aware so that we don't have to wait until EOF to
display stuff.
* Reorganise stuff and fix memory leaks.
|
19 years ago |
Sam Hocevar
|
5edf3053de
|
* Added filter_flip, filter_flop and filter_rotate.
* Add a -F flag to specify filters to apply. Can be specified more than
once, and filters can be chained using ":", eg. "-F flip:gay".
|
19 years ago |
Sam Hocevar
|
953021e2d6
|
* Fixed the FIGlet renderer. It now has char wrapping and stdin input.
|
19 years ago |
Sam Hocevar
|
24156a3003
|
* The mono9 driver works again. With wrapping and stdin reading.
|
19 years ago |
Sam Hocevar
|
1c733d2212
|
* Break everything. Temporarily. Only the term output works.
* Allow to read from stdin.
* Wrap at terminal width (currently letter-wrap, not word-wrap).
|
19 years ago |
Sam Hocevar
|
67e7bd971f
|
* Better error checking in the figlet renderer.
* Allow to open fonts that have Unicode data (requires libcucul 0.99.beta6
which is not yet released).
|
19 years ago |
Sam Hocevar
|
b3bc7d4270
|
* Added content description to all source files.
|
19 years ago |
Sam Hocevar
|
7c14f93b9d
|
* Created skeleton for future FIGlet font handling. Nothing here yet.
|
19 years ago |
Sam Hocevar
|
05204d2b7a
|
* Split main.c into main.c/render.c/filters.c.
|
19 years ago |