summaryrefslogtreecommitdiff
path: root/src/caps.c
Commit message (Expand)AuthorAgeFilesLines
* emulation: Add sequences to set current directory and fileChristian Persch2012-06-011-0/+4
* Bug 615467 - [PATCH] VTE does not handle CSI%dr properlyBehdad Esfahbod2010-04-121-0/+1
* Bug 604241 - improve xterm emulation of set-scrolling-region behaviourBehdad Esfahbod2010-04-011-0/+5
* Comment out unused codeBehdad Esfahbod2009-11-091-0/+2
* Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod2009-09-181-2/+2
* Do some symbol hidingBehdad Esfahbod2009-09-171-2/+2
* #include <config.h> instead of "../config.h".Behdad Esfahbod2008-12-011-1/+1
* RedHat Bug 123845: gnome-terminal not parsing cursor position escapeChris Wilson2007-02-201-0/+1
* Remove the #ident strings.Behdad Esfahbod2006-04-181-1/+0
* Make some data structures const by changing char * to char [].Behdad Esfahbod2006-04-181-7/+7
* Support save and restore cursor position using \033[s and \033[u. ReportedOlav Vitters2006-01-141-0/+2
* add. add. add. add. add. expand "%m" locally so that we can distinguishNalin Dahyabhai2004-11-171-10/+0
* add sequences for linux-console-cursor-attributes, which we'll ignore (bugNalin Dahyabhai2003-08-131-0/+2
* add vertical-tab and form-feed to the list of control sequences. add. add.Nalin Dahyabhai2003-06-161-10/+12
* recognize and ignore attempts to set text properties 21 and 2L, whatevervte_0_10_14Nalin Dahyabhai2003-01-231-0/+7
* accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (partNalin Dahyabhai2003-01-221-0/+20
* add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai2002-12-101-0/+1
* if TIOCSCTTY is defined, use it, even if it's redundant.Nalin Dahyabhai2002-12-031-0/+3
* recognize CSI-r (with no arguments) as resetting the scrolling region inNalin Dahyabhai2002-10-151-0/+3
* Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai2002-09-111-3/+3
* 2002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai2002-09-051-15/+15
* 2002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai2002-09-051-0/+10
* 2002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai2002-08-251-0/+2
* Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai2002-08-221-0/+3
* Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai2002-08-191-12/+7
* properly escape a command sequence with an embedded '%'.Nalin Dahyabhai2002-08-121-2/+2
* Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai2002-07-301-304/+304
* Comment out "ti" and "te" which are always going to be logical.Nalin Dahyabhai2002-07-301-2/+2
* Remove the ac and ma capabilities, which aren't strings.Nalin Dahyabhai2002-06-041-2/+0
* Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai2002-05-141-2/+2
* Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai2002-05-061-24/+7
* Corrections to some xterm control sequences.Nalin Dahyabhai2002-03-141-2/+19
* caps.c: Recognize xterm cursor-character-absolute sequence.Nalin Dahyabhai2002-03-121-0/+2
* Initial revisionNalin Dahyabhai2002-02-251-0/+551