~ubuntu-branches/ubuntu/saucy/xterm/saucy

« back to all changes in this revision

Viewing changes to VTparse.h

  • Committer: Package Import Robot
  • Author(s): Logan Rosen
  • Date: 2012-07-10 03:41:01 UTC
  • mfrom: (1.4.14) (11.1.30 sid)
  • Revision ID: package-import@ubuntu.com-20120710034101-04cavzg5kpu6f4pw
Tags: 278-1ubuntu1
* Merge from Debian unstable. Remaining changes:
  - debian/patches/950_ubuntu_charclass_highlight.diff: Enabled URL
    highlighting
  - debian/patches/Add 951_uxterm_utf8_title.diff: Set utf8Titles to true by
    default when using uxterm, so that it displays utf8 directories in titles
    properly.  May cause issues with apps that use control sequences for
    updating the xterm titlebar - users should use xterm or set utf8Title
    to false in this case.
  - debian/gbp.conf: Use "Ubuntu" in "debian-branch" directly
  - Install .desktop files.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: VTparse.h,v 1.53 2010/08/24 21:27:13 tom Exp $ */
 
1
/* $XTermId: VTparse.h,v 1.55 2011/12/04 18:30:20 tom Exp $ */
2
2
 
3
3
/*
4
 
 * Copyright 2002-2009,2010 by Thomas E. Dickey
 
4
 * Copyright 2002-2010,2011 by Thomas E. Dickey
5
5
 *
6
6
 *                         All Rights Reserved
7
7
 *
266
266
#define CASE_DECRQM 144
267
267
#define CASE_RQM 145
268
268
#define CASE_CSI_DEC_DOLLAR_STATE 146
 
269
#define CASE_SL 147
 
270
#define CASE_SR 148
 
271
#define CASE_DECDC 149
 
272
#define CASE_DECIC 150
 
273
#define CASE_DECBI 151
 
274
#define CASE_DECFI 152
269
275
 
270
276
#endif /* included_VTparse_h */