diff options
Diffstat (limited to 'debian/patches/32misc_minor_fixes.patch')
-rw-r--r-- | debian/patches/32misc_minor_fixes.patch | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/debian/patches/32misc_minor_fixes.patch b/debian/patches/32misc_minor_fixes.patch index 5d1dc1c..7f92bef 100644 --- a/debian/patches/32misc_minor_fixes.patch +++ b/debian/patches/32misc_minor_fixes.patch @@ -1,8 +1,10 @@ Author: <hesso@pool.math.tu-berlin.de> Description: Remove an unconditional nethack message. (# 512299) ---- a/attacher.c -+++ b/attacher.c -@@ -629,7 +629,7 @@ +Index: screen/attacher.c +=================================================================== +--- screen.orig/attacher.c 2011-10-08 19:58:41.000000000 +0200 ++++ screen/attacher.c 2011-10-08 19:59:12.000000000 +0200 +@@ -621,7 +621,7 @@ { fcntl(0, F_SETFL, 0); SetTTY(0, &attach_Mode); |