summaryrefslogtreecommitdiff
path: root/src/parser-cmd.hh
Commit message (Expand)AuthorAgeFilesLines
* all: Add SIXEL supportHans Petter Jansson2020-08-081-1/+1
* parser: Add DECFNK sequenceChristian Persch2020-05-011-0/+1
* emulation: Track BiDi parametersEgmont Koblinger2019-06-301-2/+2
* parser: Add another sequenceChristian Persch2018-10-191-0/+1
* emulation: Implement SCOSC/SCORCEgmont Koblinger2018-10-011-2/+4
* parser: Recognise new xterm sequenceChristian Persch2018-09-271-0/+1
* parser: Fix incorrect sequenceChristian Persch2018-09-031-4/+5
* emulation: Add sequence and no-op handler for new xterm SGR functionsChristian Persch2018-08-201-0/+3
* emulation: Add sequence and no-op handler for synchronous updateChristian Persch2018-08-201-0/+1
* parser: Add more functionsChristian Persch2018-03-271-186/+296
* parser: Record intermediates in orderChristian Persch2018-03-271-0/+2
* emulation: Refactor tabstop handlingChristian Persch2018-03-271-0/+5
* parser: Implement SCI parsingChristian Persch2018-03-271-1/+0
* emulation: Implement DECRQMChristian Persch2018-03-271-1/+1
* parser: Implement DCS parsingChristian Persch2018-03-271-0/+17
* parser: Implement OSC parsingChristian Persch2018-03-271-0/+1
* emulation: Move sequence handler code directly into the handlerChristian Persch2018-03-271-2/+2
* emulation: Port DSR to new parameter glueChristian Persch2018-03-271-1/+1
* parser: Fix charset detectionChristian Persch2018-03-271-8/+7
* parser: Import new parserChristian Persch2018-03-271-0/+193