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

« back to all changes in this revision

Viewing changes to debian/patches/904_fontops.diff

  • Committer: Bazaar Package Importer
  • Author(s): Bhavani Shankar
  • Date: 2009-05-06 05:13:35 UTC
  • mfrom: (1.1.14 upstream) (11.1.7 sid)
  • Revision ID: james.westby@ubuntu.com-20090506051335-wq7afxwrm5ir33xr
Tags: 242-1ubuntu1
* Merge from debian unstable, remaining changes: LP: #372492
  - Enabled URL hilighting
  - rm -rf for .pc patches

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
Index: xterm/charproc.c
 
1
Index: xterm-242/charproc.c
2
2
===================================================================
3
 
--- xterm.orig/charproc.c
4
 
+++ xterm/charproc.c
5
 
@@ -389,7 +389,7 @@
 
3
--- xterm-242.orig/charproc.c
 
4
+++ xterm-242/charproc.c
 
5
@@ -395,7 +395,7 @@
6
6
 static XtResource resources[] =
7
7
 {
8
8
     Bres(XtNallowSendEvents, XtCAllowSendEvents, screen.allowSendEvent0, False),
11
11
     Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, False),
12
12
     Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True),
13
13
     Bres(XtNallowWindowOps, XtCAllowWindowOps, screen.allowWindowOp0, False),
14
 
Index: xterm/xterm.man
 
14
Index: xterm-242/xterm.man
15
15
===================================================================
16
 
--- xterm.orig/xterm.man
17
 
+++ xterm/xterm.man
18
 
@@ -1472,7 +1472,7 @@
 
16
--- xterm-242.orig/xterm.man
 
17
+++ xterm-242/xterm.man
 
18
@@ -1474,7 +1474,7 @@
19
19
 .TP
20
20
 .B "allowFontOps (\fPclass\fB AllowFontOps)"
21
21
 Specifies whether control sequences that set/query the font should be allowed.