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

« back to all changes in this revision

Viewing changes to debian/patches/903_windowops.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/xterm.man
 
1
Index: xterm-242/xterm.man
2
2
===================================================================
3
 
--- xterm.orig/xterm.man
4
 
+++ xterm/xterm.man
5
 
@@ -1514,7 +1514,7 @@
 
3
--- xterm-242.orig/xterm.man
 
4
+++ xterm-242/xterm.man
 
5
@@ -1516,7 +1516,7 @@
6
6
 .B "allowWindowOps (\fPclass\fB AllowWindowOps)"
7
7
 Specifies whether extended window control sequences (as used in dtterm)
8
8
 should be allowed.
11
11
 .TP 8
12
12
 .B "altIsNotMeta (\fPclass\fB AltIsNotMeta\fP)"
13
13
 If ``true'', treat the Alt-key as if it were the Meta-key.
14
 
Index: xterm/charproc.c
 
14
Index: xterm-242/charproc.c
15
15
===================================================================
16
 
--- xterm.orig/charproc.c
17
 
+++ xterm/charproc.c
18
 
@@ -392,7 +392,7 @@
 
16
--- xterm-242.orig/charproc.c
 
17
+++ xterm-242/charproc.c
 
18
@@ -398,7 +398,7 @@
19
19
     Bres(XtNallowFontOps, XtCAllowFontOps, screen.allowFontOp0, True),
20
20
     Bres(XtNallowTcapOps, XtCAllowTcapOps, screen.allowTcapOp0, False),
21
21
     Bres(XtNallowTitleOps, XtCAllowTitleOps, screen.allowTitleOp0, True),