procps: link to ncursesw, add a bunch of patches from Debian. Bumprev.

This commit is contained in:
Juan RP
2010-11-03 15:57:26 +01:00
parent 722db61ea2
commit 561a33f5e4
74 changed files with 5897 additions and 86 deletions

View File

@@ -0,0 +1,15 @@
Author: <csmall@debian.org>
Description: Make watch unsigned chars and 8bit clean
Index: b/watch.c
===================================================================
--- a/watch.c 2009-11-24 20:53:03.000000000 +1100
+++ b/watch.c 2009-11-24 21:00:40.000000000 +1100
@@ -297,7 +297,7 @@
move(y, x);
if (option_differences) {
chtype oldch = inch();
- char oldc = oldch & A_CHARTEXT;
+ unsigned char oldc = oldch & A_CHARTEXT;
attr = !first_screen
&& ((char)c != oldc
||