summaryrefslogtreecommitdiff
path: root/src/caps.c
AgeCommit message (Expand)AuthorFilesLines
2009-11-09Comment out unused codeBehdad Esfahbod1-0/+2
2009-09-18Bug 595494 - Build Failure in vte 0.21.6Behdad Esfahbod1-2/+2
2009-09-17Do some symbol hidingBehdad Esfahbod1-2/+2
2008-12-01#include <config.h> instead of "../config.h".Behdad Esfahbod1-1/+1
2007-02-20RedHat Bug 123845: gnome-terminal not parsing cursor position escapeChris Wilson1-0/+1
2006-04-18Remove the #ident strings.Behdad Esfahbod1-1/+0
2006-04-18Make some data structures const by changing char * to char [].Behdad Esfahbod1-7/+7
2006-01-14Support save and restore cursor position using \033[s and \033[u. ReportedOlav Vitters1-0/+2
2004-11-17add. add. add. add. add. expand "%m" locally so that we can distinguishNalin Dahyabhai1-10/+0
2003-08-13add sequences for linux-console-cursor-attributes, which we'll ignore (bugNalin Dahyabhai1-0/+2
2003-06-16add vertical-tab and form-feed to the list of control sequences. add. add.Nalin Dahyabhai1-10/+12
2003-01-23recognize and ignore attempts to set text properties 21 and 2L, whatevervte_0_10_14Nalin Dahyabhai1-0/+7
2003-01-22accept OSC{number};{string}ST as set-text-parameters, per XTerm docs (partNalin Dahyabhai1-0/+20
2002-12-10add "uk" to the list of languages. remove the alternate attribute bit --Nalin Dahyabhai1-0/+1
2002-12-03if TIOCSCTTY is defined, use it, even if it's redundant.Nalin Dahyabhai1-0/+3
2002-10-15recognize CSI-r (with no arguments) as resetting the scrolling region inNalin Dahyabhai1-0/+3
2002-09-11Skip lookups for padding information if we're pretty sure we're using aNalin Dahyabhai1-3/+3
2002-09-052002-09-05 nalin prefix library-internal interfaces with underscores soNalin Dahyabhai1-15/+15
2002-09-052002-09-05 nalin first pass at writing documentation fixNalin Dahyabhai1-0/+10
2002-08-252002-08-25 nalin Make nd() move right but not wrap -- according to Strangvte_0_8_4Nalin Dahyabhai1-0/+2
2002-08-22Bind ENQ to "return-terminal-status". Fix an off-by-one which incorrectlyNalin Dahyabhai1-0/+3
2002-08-19Add. Use unitables. Remove sequences for designating character sets.Nalin Dahyabhai1-12/+7
2002-08-12properly escape a command sequence with an embedded '%'.Nalin Dahyabhai1-2/+2
2002-07-30Check for wint_t and attempt to allow compiles even when wint_t isn'tNalin Dahyabhai1-304/+304
2002-07-30Comment out "ti" and "te" which are always going to be logical.Nalin Dahyabhai1-2/+2
2002-06-04Remove the ac and ma capabilities, which aren't strings.Nalin Dahyabhai1-2/+0
2002-05-14Don't send motion-tracking events to the child unless we're dragging. Fixvte_0_3_15Nalin Dahyabhai1-2/+2
2002-05-06Finish implementing window-manipulation sequences. Rename signals to beNalin Dahyabhai1-24/+7
2002-03-14Corrections to some xterm control sequences.Nalin Dahyabhai1-2/+19
2002-03-12caps.c: Recognize xterm cursor-character-absolute sequence.Nalin Dahyabhai1-0/+2
2002-02-25Initial revisionNalin Dahyabhai1-0/+551