Fix Travis build
This commit is contained in:
parent
5ee562faf4
commit
08fdad56eb
|
@ -277,7 +277,9 @@ app_load_color (Application *self, GKeyFile *kf, const gchar *name, int id)
|
||||||
else if (!strcmp (*it, "ul")) attrs.attrs |= A_UNDERLINE;
|
else if (!strcmp (*it, "ul")) attrs.attrs |= A_UNDERLINE;
|
||||||
else if (!strcmp (*it, "blink")) attrs.attrs |= A_BLINK;
|
else if (!strcmp (*it, "blink")) attrs.attrs |= A_BLINK;
|
||||||
else if (!strcmp (*it, "reverse")) attrs.attrs |= A_REVERSE;
|
else if (!strcmp (*it, "reverse")) attrs.attrs |= A_REVERSE;
|
||||||
|
#ifdef A_ITALIC
|
||||||
else if (!strcmp (*it, "italic")) attrs.attrs |= A_ITALIC;
|
else if (!strcmp (*it, "italic")) attrs.attrs |= A_ITALIC;
|
||||||
|
#endif // A_ITALIC
|
||||||
}
|
}
|
||||||
g_strfreev (values);
|
g_strfreev (values);
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue