aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/TODO
diff options
context:
space:
mode:
authorIngo Schwarze <schwarze@openbsd.org>2018-08-16 13:54:06 +0000
committerIngo Schwarze <schwarze@openbsd.org>2018-08-16 13:54:06 +0000
commit31f17a62e510f4e0732d1c76e7a56a1a69506dc6 (patch)
tree3ebfa16f389b97a4bfa5988b198dad27b59d3fb5 /TODO
parent44573b326d6604f3025f17909863711b17011d5f (diff)
downloadmandoc-31f17a62e510f4e0732d1c76e7a56a1a69506dc6.tar.gz
mandoc-31f17a62e510f4e0732d1c76e7a56a1a69506dc6.tar.zst
mandoc-31f17a62e510f4e0732d1c76e7a56a1a69506dc6.zip
Implement the \*(.T predefined string (interpolate device name)
by allowing the preprocessor to pass it through to the formatters. Used for example by the groff_char(7) manual page.
Diffstat (limited to 'TODO')
-rw-r--r--TODO9
1 files changed, 1 insertions, 8 deletions
diff --git a/TODO b/TODO
index fa07058d..c7b2ffd6 100644
--- a/TODO
+++ b/TODO
@@ -1,6 +1,6 @@
************************************************************************
* Official mandoc TODO.
-* $Id: TODO,v 1.263 2018/08/14 01:27:48 schwarze Exp $
+* $Id: TODO,v 1.264 2018/08/16 13:54:06 schwarze Exp $
************************************************************************
Many issues are annotated for difficulty as follows:
@@ -38,13 +38,6 @@ are mere guesses, and some may be wrong.
--- missing roff features ----------------------------------------------
-- \*(.T prints the device being used,
- see groff_char(7) for an example
- This is slightly hard because -Tlocale only decides to use ascii or
- utf8 when initializing the formatter, so the information is not
- yet available to the preprocessor at the parsing stage.
- loc ** exist ** algo * size * imp *
-
- .ad (adjust margins)
.ad l -- adjust left margin only (flush left)
.ad r -- adjust right margin only (flush right)