degesch: actually support mIRC italics
This commit is contained in:
parent
24159e0214
commit
2ac685f2a6
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue