summaryrefslogtreecommitdiff
path: root/src/vteseq-n.gperf
Commit message (Expand)AuthorAgeFilesLines
* emulation: Fix printing DEL (127) to do nothingEgmont Koblinger2015-02-271-0/+1
* emulation: Drop support for default/UTF-8 character set escape sequencesEgmont Koblinger2014-11-221-2/+2
* emulation: Drop ISO-2022 supportEgmont Koblinger2014-11-221-2/+8
* emulation: Add support for DECSCUSR (set cursor style)Paul Bolle2014-11-221-0/+1
* Make capability name and seq handler names match exactlyBehdad Esfahbod2014-05-211-34/+34
* emulation: Remove unused codeEgmont Koblinger2014-05-191-2/+0
* emulation: Migrating from terminfo: miscellaneousEgmont Koblinger2014-05-191-2/+4
* emulation: Migrating from terminfo: insert and erase operationsEgmont Koblinger2014-05-191-1/+1
* emulation: Migrating from terminfo: cursor moving operationsEgmont Koblinger2014-05-191-5/+5
* emulation: Migrating from terminfo: single-byte control codesEgmont Koblinger2014-05-191-3/+8
* emulation: Fix absolute cursor movement with missing row numberEgmont Koblinger2014-05-181-1/+1
* emulation: Add support for OSC 19/119 (highlight fg color) and corresponding APIEgmont Koblinger2014-03-151-3/+3
* emulation: Make OSC response use the same terminator as the queryEgmont Koblinger2014-01-241-11/+22
* emulation: Add support for OSC 1?1[017] (fg, bg, highlight colors)Egmont Koblinger2014-01-221-3/+14
* emulation: Add support for OSC 104 (reset colors)Egmont Koblinger2014-01-211-0/+1
* emulation: Add support for OSC 112 (reset cursor color)Kevin Goodsell2014-01-211-0/+1
* emulation: Add sequences to set current directory and fileChristian Persch2012-06-011-0/+2
* Bug 604241 - improve xterm emulation of set-scrolling-region behaviourBehdad Esfahbod2010-04-011-0/+2
* add support for OSC 4 and OSC 12Saleem Abdulrasool2009-01-061-2/+2
* Add a macro around sequence handler citations, for future table tricks.Behdad Esfahbod2008-12-011-108/+108
* Remove bogus entry that accidentally made it into the gperf list.Behdad Esfahbod2008-12-011-1/+0
* Don't use switch in gperf-generated code. This increases .data by 1k butBehdad Esfahbod2008-11-261-1/+0
* Cleanup gperf stuff.Behdad Esfahbod2008-11-251-1/+20
* Bug 562187 – Add make rules for calling gperfBehdad Esfahbod2008-11-241-0/+1
* Use gperf to calculate a more optimal vte_sequence_get_handler(). ThisChris Wilson2007-01-311-0/+111