summaryrefslogtreecommitdiffstats
path: root/term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 17:29:16 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 17:29:16 +0000
commit582f744fa00f667caac63eb928c9ef665d3ef54d (patch)
tree3b46f08b9949d0f0bdb0aa08ff94e1d37630ed2f /term.c
parentf57412d689f445d6786167aac98dfde81c90ea12 (diff)
downloadmandoc-582f744fa00f667caac63eb928c9ef665d3ef54d.tar.gz
Noted lacking areas in mdocterm.1.
Put styles into symtab (for real this time).
Diffstat (limited to 'term.c')
-rw-r--r--term.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/term.c b/term.c
index ab2dd9b1..3eeb25d6 100644
--- a/term.c
+++ b/term.c
@@ -30,7 +30,6 @@
* post-fix operations are defined here.
*/
-/* FIXME: indent/tab. */
/* FIXME: macro arguments can be escaped. */
#define TTYPE_PROG 0
@@ -59,6 +58,8 @@
* the same thing (like .Ex -std cmd and .Nm cmd).
*/
+/* TODO: abstract this into mdocterm.c. */
+
const int ttypes[TTYPE_NMAX] = {
TERMP_BOLD, /* TTYPE_PROG */
TERMP_BOLD, /* TTYPE_CMD_FLAG */