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

« back to all changes in this revision

Viewing changes to button.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: button.c,v 1.395 2011/02/09 10:15:46 tom Exp $ */
 
1
/* $XTermId: button.c,v 1.397 2011/02/13 20:09:31 tom Exp $ */
2
2
 
3
3
/*
4
4
 * Copyright 1999-2010,2011 by Thomas E. Dickey
3834
3834
                       screen->selection_length, cutbuffer));
3835
3835
                fprintf(stderr,
3836
3836
                        "%s: selection too big (%lu bytes), not storing in CUT_BUFFER%d\n",
3837
 
                        xterm_name, screen->selection_length, cutbuffer);
 
3837
                        ProgramName, screen->selection_length, cutbuffer);
3838
3838
            } else {
3839
3839
                /* This used to just use the UTF-8 data, which was totally
3840
3840
                 * broken as not even the corresponding paste code in Xterm