diff options
author | Jan Christoph Nordholz <hesso@pool.math.tu-berlin.de> | 2008-06-02 19:16:16 +0200 |
---|---|---|
committer | Axel Beckert <abe@deuxchevaux.org> | 2011-09-03 14:05:34 +0200 |
commit | cea40cf93bed28d6752d5b7af7bdc0f2aabfcade (patch) | |
tree | ab0cf39c4252ba120e287bf7fc52c7fe0bf58bfe /debian/patches/26source_encoding.dpatch | |
parent | ce48b67ab5653418387f3f24bd61c7730ffbc614 (diff) | |
download | screen-cea40cf93bed28d6752d5b7af7bdc0f2aabfcade.tar.gz |
Imported Debian patch 4.0.3-10debian/4.0.3-10
Diffstat (limited to 'debian/patches/26source_encoding.dpatch')
-rw-r--r-- | debian/patches/26source_encoding.dpatch | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/debian/patches/26source_encoding.dpatch b/debian/patches/26source_encoding.dpatch index 35afaee..25d0823 100644 --- a/debian/patches/26source_encoding.dpatch +++ b/debian/patches/26source_encoding.dpatch @@ -4,9 +4,10 @@ ## DP: Replace the composed characters with their respective description. @DPATCH@ ---- screen-4.0.3.orig/process.c 2007-05-04 12:53:51.000000000 +1000 -+++ screen-4.0.3/process.c 2007-08-10 16:40:33.000000000 +1000 -@@ -217,177 +217,177 @@ +diff -Naur screen-4.0.3.orig/process.c screen-4.0.3/process.c +--- screen-4.0.3.orig/process.c 2008-06-01 23:44:58.000000000 +0200 ++++ screen-4.0.3/process.c 2008-06-01 23:45:00.000000000 +0200 +@@ -223,177 +223,177 @@ /* digraph table taken from old vim and rfc1345 */ static const unsigned char digraphs[][3] = { @@ -354,4 +355,4 @@ + {'"', '~', 0x00df}, /* LATIN SMALL LETTER SHARP S */ }; - + #define RESIZE_FLAG_H 1 |