summaryrefslogtreecommitdiffstatshomepage
path: root/mdoc_term.c
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-08-10 10:09:51 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-08-10 10:09:51 +0000
commit66aea3d3165da466055fb119f0473eff16715bf9 (patch)
tree7662186923d3a3a3d83d376a8ff7f6b89e386f29 /mdoc_term.c
parent35e1c3f65d10cfd5d3827b03c62fee935b498f08 (diff)
downloadmandoc-66aea3d3165da466055fb119f0473eff16715bf9.tar.gz
mandoc-66aea3d3165da466055fb119f0473eff16715bf9.tar.zst
mandoc-66aea3d3165da466055fb119f0473eff16715bf9.zip
Moved indentation size into *term.c files.
Improved handling of libman `IP' macro (still needs work).
Diffstat (limited to 'mdoc_term.c')
-rw-r--r--mdoc_term.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/mdoc_term.c b/mdoc_term.c
index a274079e..52d770b8 100644
--- a/mdoc_term.c
+++ b/mdoc_term.c
@@ -1,4 +1,4 @@
-/* $Id: mdoc_term.c,v 1.65 2009/07/29 09:02:41 kristaps Exp $ */
+/* $Id: mdoc_term.c,v 1.66 2009/08/10 10:09:51 kristaps Exp $ */
/*
* Copyright (c) 2008, 2009 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -26,6 +26,9 @@
#include "term.h"
#include "mdoc.h"
+#define INDENT 5
+#define HALFINDENT 3
+
/* FIXME: macro arguments can be escaped. */
#define TTYPE_PROG 0