summaryrefslogtreecommitdiff
path: root/debian/patches/28blankerprg_callsemantics.dpatch
diff options
context:
space:
mode:
Diffstat (limited to 'debian/patches/28blankerprg_callsemantics.dpatch')
-rw-r--r--debian/patches/28blankerprg_callsemantics.dpatch12
1 files changed, 7 insertions, 5 deletions
diff --git a/debian/patches/28blankerprg_callsemantics.dpatch b/debian/patches/28blankerprg_callsemantics.dpatch
index 07c4bf4..d1ee25d 100644
--- a/debian/patches/28blankerprg_callsemantics.dpatch
+++ b/debian/patches/28blankerprg_callsemantics.dpatch
@@ -4,8 +4,9 @@
## DP: Allow 'blankerprg' to be called without arguments (as the manpage states).
@DPATCH@
---- screen-4.0.3.orig/comm.c 2008-04-18 01:56:21.000000000 +0200
-+++ screen-4.0.3/comm.c 2008-04-18 01:56:27.000000000 +0200
+diff -Naur screen-4.0.3.orig/comm.c screen-4.0.3/comm.c
+--- screen-4.0.3.orig/comm.c 2008-06-01 23:39:48.000000000 +0200
++++ screen-4.0.3/comm.c 2008-06-01 23:45:00.000000000 +0200
@@ -98,7 +98,7 @@
#endif
{ "blanker", NEED_DISPLAY|ARGS_0},
@@ -15,9 +16,10 @@
#endif
{ "break", NEED_FORE|ARGS_01 },
{ "breaktype", NEED_FORE|ARGS_01 },
---- screen-4.0.3.orig/process.c 2008-04-18 02:10:35.000000000 +0200
-+++ screen-4.0.3/process.c 2008-04-18 02:10:55.000000000 +0200
-@@ -3785,7 +3785,7 @@
+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:45:00.000000000 +0200
++++ screen-4.0.3/process.c 2008-06-01 23:45:00.000000000 +0200
+@@ -3903,7 +3903,7 @@
free(blankerprg);
blankerprg = 0;
}