troff2html: Make distinction between Epp and Estring | Italic
This commit is contained in:
committed by
Dan Cross
parent
ff61470cab
commit
a2d0459060
@@ -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 };
|
||||||
|
|||||||
Reference in New Issue
Block a user