aboutsummaryrefslogtreecommitdiffstats
path: root/src/parser.c
Commit message (Collapse)AuthorAgeFilesLines
* implement bracketed paste mode (fixes #56)Jesse Luehrs2014-06-051-0/+6
|
* remove some duplicationJesse Luehrs2014-05-081-40/+6
|
* abstract out error logging a bitJesse Luehrs2014-05-081-56/+42
| | | | | just spitting things to stderr isn't always going to be good enough, so let's at least provide one place to change that when necessary
* refactor to make alternate screens work againJesse Luehrs2014-05-041-1458/+254
|
* there's no need to handle complete sequences speciallyJesse Luehrs2014-04-301-289/+1490
|
* move config stuff out to a separate structJesse Luehrs2014-04-301-1/+1
|
* 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