summaryrefslogtreecommitdiffstats
path: root/src/parser.h
Commit message (Collapse)AuthorAgeFilesLines
* regen parserJesse Luehrs2017-05-311-71/+362
|
* regen parser.hJesse Luehrs2017-01-251-57/+115
|
* explicitly suppress status report escapesJesse Luehrs2016-06-041-1/+1
| | | | not interested in supporting this
* handle splitting of the \e(B between the ( and the BJesse Luehrs2016-06-041-1/+1
|
* add some debugging outputJesse Luehrs2016-05-041-8/+21
|
* implement scroll up and scroll down escape sequencesJesse Luehrs2014-10-211-1/+1
|
* implement ECHJesse Luehrs2014-10-171-1/+1
|
* explicitly ignore some escapesJesse Luehrs2014-09-171-1/+1
| | | | | just to prevent warning about them, since we don't intend to support them
* hide the parser stateJesse Luehrs2014-09-171-1/+1
| | | | | | this shouldn't be public (none of the parser stuff should be), but the way i was doing before with redefining certain types from parser.h was causing warnings on clang.
* handle a couple more escape sequencesJesse Luehrs2014-09-171-1/+1
|
* %*s can't be used to truncate, so stop tryingJesse Luehrs2014-09-151-1/+1
|
* eat the entire OSC sequence instead of just the \e]Jesse Luehrs2014-09-151-1/+1
|
* initial commit, splitting this out from runesJesse Luehrs2014-09-131-0/+338