Spaces to tabs
This commit is contained in:
committed by
Craig Small
parent
a3a5db1311
commit
ffa556633f
3
watch.c
3
watch.c
@ -237,9 +237,6 @@ static int set_ansi_attribute(const int attrib, char** escape_sequence)
|
|||||||
case 49:
|
case 49:
|
||||||
bg_col = 0;
|
bg_col = 0;
|
||||||
break;
|
break;
|
||||||
case 49:
|
|
||||||
bg_col = 0;
|
|
||||||
break;
|
|
||||||
default:
|
default:
|
||||||
if (attrib >= 30 && attrib <= 37) { /* set foreground color */
|
if (attrib >= 30 && attrib <= 37) { /* set foreground color */
|
||||||
fg_col = attrib - 30 + 1;
|
fg_col = attrib - 30 + 1;
|
||||||
|
Reference in New Issue
Block a user