troff2html: Make distinction between Epp and Estring | Italic

This commit is contained in:
Michael Stroucken
2025-12-16 23:10:12 -05:00
committed by Dan Cross
parent ff61470cab
commit a2d0459060

View File

@@ -30,7 +30,7 @@ enum
enum /* magic emissions */ enum /* magic emissions */
{ {
Estring = 0, Estring = 0,
Epp = 1<<16 Epp = 1<<31
}; };
int attrorder[] = { Indent1, Indent2, Indent3, Heading, Anchor, Italic, Bold, CW }; int attrorder[] = { Indent1, Indent2, Indent3, Heading, Anchor, Italic, Bold, CW };