summaryrefslogtreecommitdiffstats
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
commit27f1545e0f756e82e793a38e1bc5a55d673a6261 (patch)
treeaec0540f62f2ddaaf8ca6abc5d05a59cd47da072 /TODO
parent53895dc947dd04e38242df7ec586e07b9b14ba99 (diff)
downloadmandoc-27f1545e0f756e82e793a38e1bc5a55d673a6261.tar.gz
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--TODO7
1 files changed, 0 insertions, 7 deletions
diff --git a/TODO b/TODO
index dc65e449..785a10d8 100644
--- a/TODO
+++ b/TODO
@@ -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)