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

« back to all changes in this revision

Viewing changes to ptyx.h

  • Committer: Bazaar Package Importer
  • Author(s): Muharem Hrnjadovic
  • Date: 2009-06-03 13:00:55 UTC
  • mfrom: (1.1.15 upstream) (11.1.8 sid)
  • Revision ID: james.westby@ubuntu.com-20090603130055-1cs2n0skvpk00pw2
Tags: 243-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Enabled URL highlighting
  - rm -rf for .pc patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* $XTermId: ptyx.h,v 1.542 2009/02/10 23:24:50 tom Exp $ */
 
1
/* $XTermId: ptyx.h,v 1.546 2009/03/24 22:20:06 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 1999-2008,2009 by Thomas E. Dickey
1380
1380
        Boolean         send_focus_pos; /* user wants focus in/out info */
1381
1381
        Boolean         quiet_grab;     /* true if no cursor change on focus */
1382
1382
#if OPT_PASTE64
1383
 
        int             base64_paste;   /* set to send paste in base64  */
 
1383
        Cardinal        base64_paste;   /* set to send paste in base64  */
1384
1384
        int             base64_final;   /* string-terminator for paste  */
1385
1385
        /* _qWriteSelectionData expects these to be initialized to zero.
1386
1386
         * base64_flush() is the last step of the conversion, it clears these
1665
1665
        int             firstValidRow;  /* Valid rows for selection clipping */
1666
1666
        int             lastValidRow;   /* " " */
1667
1667
 
 
1668
        String          default_string;
 
1669
        String          eightbit_select_types;
 
1670
        Atom*           selection_targets_8bit;
 
1671
#if OPT_WIDE_CHARS
 
1672
        String          utf8_select_types;
 
1673
        Atom*           selection_targets_utf8;
 
1674
#endif
1668
1675
        Atom*           selection_atoms; /* which selections we own */
1669
1676
        Cardinal        sel_atoms_size; /*  how many atoms allocated */
1670
1677
        Cardinal        selection_count; /* how many atoms in use */