aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2010-09-15 14:36:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2010-09-15 14:36:16 +0000
commite6d1719915ce2f572e471fea82358f606b7fd586 (patch)
tree4976a030c79c59d0aae95f593d34fd1480226fa6 /TODO
parent9092c5d03b04ccca832c2642ae0a453409c7c0a9 (diff)
downloadmandoc-e6d1719915ce2f572e471fea82358f606b7fd586.tar.gz
mandoc-e6d1719915ce2f572e471fea82358f606b7fd586.tar.zst
mandoc-e6d1719915ce2f572e471fea82358f606b7fd586.zip
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 'TODO')
-rw-r--r--TODO7
1 files changed, 1 insertions, 6 deletions
diff --git a/TODO b/TODO
index b28079fd..e0bd75b4 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.46 2010/09/15 13:10:30 kristaps Exp $
+* $Id: TODO,v 1.47 2010/09/15 14:36:16 kristaps Exp $
************************************************************************
************************************************************************
@@ -172,11 +172,6 @@ Several areas can be cleaned up to make mandoc even faster. These are
* structural issues
************************************************************************
-- rendering frontend code can calculate widths only for plain strings,
- not for strings containing escape sequences. For example, this
- hinders calculation of the indent required for .Nm \&[ in text(1).
- comments from kristaps@ Wed, 21 Jul 2010 23:26:08 +0200
-
- another example of the same problem:
.Bl -tag -width "\eD{format}XX" -compact
in OpenBSD ksh(1) gives the wrong width