follow-up 2 for italic
This commit is contained in:
@@ -217,7 +217,7 @@ condattr(long bm, unsigned long *bmarray)
|
|||||||
int i;
|
int i;
|
||||||
|
|
||||||
if (bm && bmarray) {
|
if (bm && bmarray) {
|
||||||
for (i = HL_ATTCLR_DIM; i < BL_ATTCLR_MAX; ++i) {
|
for (i = HL_ATTCLR_BOLD; i < BL_ATTCLR_MAX; ++i) {
|
||||||
if (bmarray[i] && (bm & bmarray[i])) {
|
if (bmarray[i] && (bm & bmarray[i])) {
|
||||||
switch(i) {
|
switch(i) {
|
||||||
case HL_ATTCLR_BOLD:
|
case HL_ATTCLR_BOLD:
|
||||||
|
|||||||
@@ -1271,7 +1271,7 @@ condattr(long bm, unsigned long *bmarray)
|
|||||||
int i, attr = 0;
|
int i, attr = 0;
|
||||||
|
|
||||||
if (bm && bmarray) {
|
if (bm && bmarray) {
|
||||||
for (i = HL_ATTCLR_DIM; i < BL_ATTCLR_MAX; ++i) {
|
for (i = HL_ATTCLR_BOLD; i < BL_ATTCLR_MAX; ++i) {
|
||||||
if ((bmarray[i] & bm) != 0) {
|
if ((bmarray[i] & bm) != 0) {
|
||||||
switch(i) {
|
switch(i) {
|
||||||
case HL_ATTCLR_BOLD:
|
case HL_ATTCLR_BOLD:
|
||||||
|
|||||||
Reference in New Issue
Block a user