diff options
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 |