aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* start refactoring to draw parsed text to an intermediary data structureJesse Luehrs2014-04-251-102/+82
|
* be more consistentJesse Luehrs2014-04-231-2/+2
|
* fix insert lines implementationJesse Luehrs2014-04-221-2/+2
|
* implement ICHJesse Luehrs2014-04-221-306/+315
|
* a few more escape sequencesJesse Luehrs2014-04-221-4/+3
|
* handle DLJesse Luehrs2014-04-211-247/+262
|
* commentJesse Luehrs2014-04-211-0/+1
|
* quiet another unused escape sequence warningJesse Luehrs2014-04-211-0/+24
|
* use the right function hereJesse Luehrs2014-04-211-1/+1
|
* support 16 colors, 256 colors, and arbitrary rgb colorsJesse Luehrs2014-04-211-0/+92
|
* implement RIS (for reset)Jesse Luehrs2014-04-211-302/+325
|
* support basic mouse eventsJesse Luehrs2014-04-211-0/+14
|
* quiet some warnings about intentionally ignored escape sequencesJesse Luehrs2014-04-201-311/+348
| | | | | i'm not planning on supporting switching character sets, so i don't really care about getting warnings about these escape sequences
* clean up the directory structure a bitJesse Luehrs2014-04-201-0/+2776