From: Jaromir Capik Date: Sat, 6 Sep 2014 08:54:34 +0000 (+0200) Subject: watch: fixing future italic support X-Git-Tag: v3.3.10~9^2~5 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0160bdb559fc1e79e40f0281811a3e3293b08ea9;p=procps-ng watch: fixing future italic support --- diff --git a/watch.c b/watch.c index e7341659..b0c132ff 100644 --- a/watch.c +++ b/watch.c @@ -169,7 +169,7 @@ static void set_ansi_attribute(const int attrib) break; #ifdef A_ITALIC case 23: /* unset italic */ - attributes &= A_ITALIC; + attributes &= ~A_ITALIC; break; #endif case 24: /* unset underline */