summaryrefslogtreecommitdiff
path: root/src/parser-osc.hh
Commit message (Collapse)AuthorAgeFilesLines
* parser: Add more OSC codesChristian Persch2022-12-201-0/+2
|
* parser: Update list of known OSC codesChristian Persch2022-12-201-0/+3
| | | | ... with new codes from xterm master.
* parser: Add new OSC command from xterm 367Christian Persch2021-04-031-0/+1
| | | | For documentation purposes only; won't implement this in vte.
* all: Clean up licence headersChristian Persch2021-01-311-8/+8
| | | | | | | | | | | Unify the licence headers so that all same-licensed files use the exact same text. For some time now, libvte has been effectively LGPL3+ due to newer files being LGPL3+ only while some older files were still nominally LGPL2+ as per their licence headers. Exercise the "or (at your option) any later version" upgrade option to henceforth use, modify and distribute all these files under LGPL3+ only.
* parser: Fix licence template sed job mistakeChristian Persch2018-11-101-3/+3
|
* parser: Implement OSC parsingChristian Persch2018-03-271-0/+100