~ubuntu-branches/ubuntu/precise/xterm/precise-updates

« back to all changes in this revision

Viewing changes to VTparse.h

  • Committer: Bazaar Package Importer
  • Author(s): Robert Hooker
  • Date: 2010-06-10 22:13:44 UTC
  • mfrom: (1.1.18 upstream) (11.1.19 sid)
  • Revision ID: james.westby@ubuntu.com-20100610221344-s4wbmxbevlklu7fv
Tags: 259-1ubuntu1
* Merge from debian unstable. Remaining Ubuntu changes:
  - Revert the libutempter change because it's in universe. (LP: #539473)
  - Enabled URL highlighting
  - Add 100_uxterm_utf8_title.patch: 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. (LP: #320388, #408496)

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: VTparse.h,v 1.50 2009/12/29 22:57:16 tom Exp $ */
 
1
/* $XTermId: VTparse.h,v 1.51 2010/04/09 22:29:17 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 2002-2008,2009 by Thomas E. Dickey
261
261
#define CASE_RM_TITLE 140
262
262
#define CASE_DECSMBV 141
263
263
#define CASE_DECSWBV 142
 
264
#define CASE_DECLL 143
264
265
 
265
266
#endif /* included_VTparse_h */