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

« back to all changes in this revision

Viewing changes to trace.c

  • 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: trace.c,v 1.119 2011/02/09 10:04:50 tom Exp $ */
 
1
/* $XTermId: trace.c,v 1.122 2011/04/17 19:21:11 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 1997-2010,2011 by Thomas E. Dickey
630
630
    XTERM_RESOURCE *resp = &resource;
631
631
 
632
632
    Trace("XTERM_RESOURCE settings:\n");
633
 
    XRES_S(xterm_name);
634
633
    XRES_S(icon_geometry);
635
634
    XRES_S(title);
636
635
    XRES_S(icon_name);
640
639
    XRES_B(utmpInhibit);
641
640
    XRES_B(utmpDisplayId);
642
641
    XRES_B(messages);
 
642
#if OPT_PRINT_ON_EXIT
 
643
    XRES_I(printModeOnXError);
 
644
    XRES_S(printFileOnXError);
 
645
#endif
643
646
#if OPT_SUNPC_KBD
644
647
    XRES_B(sunKeyboard);
645
648
#endif
671
674
#if OPT_SESSION_MGT
672
675
    XRES_B(sessionMgt);
673
676
#endif
 
677
#if OPT_TOOLBAR
 
678
    XRES_B(toolBar);
 
679
#endif
 
680
#if OPT_MAXIMIZE
 
681
    XRES_B(maximized);
 
682
    XRES_S(fullscreen_s);
 
683
#endif
674
684
}
675
685
 
676
686
void