Merge branch 'master' of gitorious.org:procps/procps
Conflicts: NEWS
This commit is contained in:
commit
bf1cd8b6e7
1
NEWS
1
NEWS
@ -1,6 +1,7 @@
|
|||||||
procps-3.3.0 --> procps-ng-3.3.1
|
procps-3.3.0 --> procps-ng-3.3.1
|
||||||
--------------------------------
|
--------------------------------
|
||||||
|
|
||||||
|
* Added DejaGNU regression testing
|
||||||
* Fixed pgrep -u not finding processes
|
* Fixed pgrep -u not finding processes
|
||||||
* Fixed pgrep crashing
|
* Fixed pgrep crashing
|
||||||
* vmstat -p <part> finds partitions. Was Debian patch vmstat_part_format
|
* vmstat -p <part> finds partitions. Was Debian patch vmstat_part_format
|
||||||
|
2
watch.c
2
watch.c
@ -298,7 +298,7 @@ main(int argc, char *argv[])
|
|||||||
chtype oldch = inch();
|
chtype oldch = inch();
|
||||||
unsigned char oldc = oldch & A_CHARTEXT;
|
unsigned char oldc = oldch & A_CHARTEXT;
|
||||||
attr = !first_screen
|
attr = !first_screen
|
||||||
&& ((char)c != oldc
|
&& ((unsigned char)c != oldc
|
||||||
||
|
||
|
||||||
(option_differences_cumulative
|
(option_differences_cumulative
|
||||||
&& (oldch & A_ATTRIBUTES)));
|
&& (oldch & A_ATTRIBUTES)));
|
||||||
|
Loading…
Reference in New Issue
Block a user