diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-15 14:36:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2010-09-15 14:36:16 +0000 |
commit | d314ff3f89a95ea238e50cfcbb6a6fc3848c56d2 (patch) | |
tree | 4d46e52e2868bfea5dec3c6f38ef479898448a47 /mdoc_term.c | |
parent | ea02c27746628977c16bd9f8665b1ceed267c88f (diff) | |
download | mandoc-d314ff3f89a95ea238e50cfcbb6a6fc3848c56d2.tar.gz |
Allow string lengths to account for escapes. Now all calls to calculate
column width in -Tascii, -Tpdf, and -Tps will account for "more real"
string lengths.
Example:
.Bl -tag -width \s[+123424]foo
.It bar
baz
.El
The size escape will be correctly tossed.
.Bl -tag -width \(aqbar
.It \(aqbar
baz
.El
The \(aq will be correctly handled.
Diffstat (limited to 'mdoc_term.c')
0 files changed, 0 insertions, 0 deletions