From 66aea3d3165da466055fb119f0473eff16715bf9 Mon Sep 17 00:00:00 2001 From: Kristaps Dzonsons Date: Mon, 10 Aug 2009 10:09:51 +0000 Subject: Moved indentation size into *term.c files. Improved handling of libman `IP' macro (still needs work). --- mdoc_term.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'mdoc_term.c') 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 * @@ -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 -- cgit v1.2.3-56-ge451