Inspired by Simon Ford's "Terminal" library, this is a clean-room reimplementation that supports a larger set of the ANSI escape sequences and includes a few handy drawing routines. Useful for making console UIs for your projects. The box-drawing stuff requires your terminal to be set to codepage 850.
Fork of ANSITerm by
Changes
Revision | Date | Who | Commit message |
---|---|---|---|
2:a681bda60db7 | 2013-02-28 | mbedDevLondon | no changes |
1:e3403c93f864 | 2012-09-23 | dansummers | Added symbols to name each glyph in a boxdraw style. |
0:863811463610 | 2012-09-18 | dansummers | ANSITerm first release: supports colour and styling, cursor movement, box drawing with Codepage850 box-drawing characters. |