version 1.68, 2022/08/16 17:45:55 |
version 1.70, 2025/06/26 17:26:23 |
Line 72 ascii_init(enum termenc enc, const struct manoutput *o |
|
Line 72 ascii_init(enum termenc enc, const struct manoutput *o |
|
p->maxtcol = 1; |
p->maxtcol = 1; |
|
|
p->line = 1; |
p->line = 1; |
|
p->defindent = 5; |
p->defrmargin = p->lastrmargin = 78; |
p->defrmargin = p->lastrmargin = 78; |
p->fontq = mandoc_reallocarray(NULL, |
p->fontq = mandoc_reallocarray(NULL, |
(p->fontsz = 8), sizeof(*p->fontq)); |
(p->fontsz = 8), sizeof(*p->fontq)); |
Line 122 ascii_init(enum termenc enc, const struct manoutput *o |
|
Line 123 ascii_init(enum termenc enc, const struct manoutput *o |
|
} |
} |
#endif |
#endif |
|
|
if (outopts->mdoc) { |
|
p->mdocstyle = 1; |
|
p->defindent = 5; |
|
} |
|
if (outopts->indent) |
if (outopts->indent) |
p->defindent = outopts->indent; |
p->defindent = outopts->indent; |
if (outopts->width) |
if (outopts->width) |