degesch: actually support mIRC italics

This commit is contained in:
Přemysl Eric Janouch 2015-05-12 02:55:03 +02:00
parent 24159e0214
commit 2ac685f2a6
1 changed files with 2 additions and 0 deletions

View File

@ -1834,6 +1834,8 @@ attribute_printer_update (struct attribute_printer *self)
0, // protect
0) // acs
, 1, self->printer);
if (enter_italics_mode && (attributes & ATTRIBUTE_ITALIC))
tputs (enter_italics_mode, 1, self->printer);
if (fg >= 0)
tputs (g_terminal.color_set_fg[fg], 1, self->printer);