diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-02 17:29:16 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-03-02 17:29:16 +0000 |
commit | 582f744fa00f667caac63eb928c9ef665d3ef54d (patch) | |
tree | 3b46f08b9949d0f0bdb0aa08ff94e1d37630ed2f /term.c | |
parent | f57412d689f445d6786167aac98dfde81c90ea12 (diff) | |
download | mandoc-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.c | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 */ |