watch: fixing future italic support
This commit is contained in:
parent
b3e36c552b
commit
0160bdb559
2
watch.c
2
watch.c
@ -169,7 +169,7 @@ static void set_ansi_attribute(const int attrib)
|
|||||||
break;
|
break;
|
||||||
#ifdef A_ITALIC
|
#ifdef A_ITALIC
|
||||||
case 23: /* unset italic */
|
case 23: /* unset italic */
|
||||||
attributes &= A_ITALIC;
|
attributes &= ~A_ITALIC;
|
||||||
break;
|
break;
|
||||||
#endif
|
#endif
|
||||||
case 24: /* unset underline */
|
case 24: /* unset underline */
|
||||||
|
Loading…
Reference in New Issue
Block a user