~ubuntu-branches/ubuntu/trusty/screen/trusty-proposed

« back to all changes in this revision

Viewing changes to debian/patches/45suppress_remap.dpatch

  • Committer: Bazaar Package Importer
  • Author(s): Jan Christoph Nordholz
  • Date: 2008-06-12 19:33:30 UTC
  • mfrom: (1.1.13 intrepid)
  • Revision ID: james.westby@ubuntu.com-20080612193330-1tt3qhpxonbgdmq2
Tags: 4.0.3-11
* Unbreak <End> and <^A Bksp> using a patch from Loïc Minier
  (thanks!) - introduced as new 45suppress_remap.dpatch.
  Closes: #484647.
* Bump Standards version to 3.8.0. No changes necessary.

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#! /bin/sh /usr/share/dpatch/dpatch-run
 
2
## 45suppress_remap.dpatch by Loic Minier <lool@dooz.org>
 
3
##
 
4
## DP: Unbreak several useful keybindings.
 
5
 
 
6
@DPATCH@
 
7
--- screen-4.0.3.orig/termcap.c 2008-06-05 12:24:28.000000000 +0200
 
8
+++ screen-4.0.3/termcap.c      2008-06-05 12:24:59.000000000 +0200
 
9
@@ -548,8 +548,6 @@
 
10
       else
 
11
        break;
 
12
     }
 
13
-  if (n < KMAP_KEYS)
 
14
-    domap = 1;
 
15
   if (map == 0 && domap)
 
16
     return 0;
 
17
   if (map && !domap)