~ubuntu-branches/ubuntu/trusty/xterm/trusty-proposed

« back to all changes in this revision

Viewing changes to error.h

  • Committer: Bazaar Package Importer
  • Author(s): Michael Vogt
  • Date: 2011-06-17 10:40:36 UTC
  • mfrom: (1.4.12 upstream) (11.1.26 sid)
  • Revision ID: james.westby@ubuntu.com-20110617104036-id4ml81yetasewp9
Tags: 270-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

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: error.h,v 1.23 2010/05/21 21:03:27 tom Exp $ */
 
1
/* $XTermId: error.h,v 1.24 2011/04/17 16:09:20 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 1987 by Digital Equipment Corporation, Maynard, Massachusetts.
69
69
#define ERROR_LOGEXEC   80      /* StartLog: exec() failed */
70
70
#define ERROR_XERROR    83      /* xerror: XError event */
71
71
#define ERROR_XIOERROR  84      /* xioerror: X I/O error */
 
72
#define ERROR_ICEERROR  85      /* ice_error: ICE I/O error */
72
73
 
73
74
/* screen.c */
74
75
#define ERROR_SCALLOC   90      /* Alloc: calloc() failed on base */