summaryrefslogtreecommitdiffstatshomepage
path: root/term.h
diff options
context:
space:
mode:
authorKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 12:09:32 +0000
committerKristaps Dzonsons <kristaps@bsd.lv>2009-03-02 12:09:32 +0000
commitc6e959568733601f6b74e21b18a4243e63f53f3b (patch)
tree40dba3e139e152316fa47d4e0d0e2308077204a5 /term.h
parent77cb4c746cb1f605faa4b563da216a44b380a6ab (diff)
downloadmandoc-c6e959568733601f6b74e21b18a4243e63f53f3b.tar.gz
mandoc-c6e959568733601f6b74e21b18a4243e63f53f3b.tar.zst
mandoc-c6e959568733601f6b74e21b18a4243e63f53f3b.zip
Support for maxrmargin-breaking with TERMP_NOBREAK.
Tabs auto-converted to spaces.
Diffstat (limited to 'term.h')
-rw-r--r--term.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/term.h b/term.h
index 95e75d2a..48162221 100644
--- a/term.h
+++ b/term.h
@@ -1,4 +1,4 @@
-/* $Id: term.h,v 1.12 2009/03/01 13:06:49 kristaps Exp $ */
+/* $Id: term.h,v 1.13 2009/03/02 12:09:32 kristaps Exp $ */
/*
* Copyright (c) 2008 Kristaps Dzonsons <kristaps@kth.se>
*
@@ -21,6 +21,8 @@
#include "mdoc.h"
+#define INDENT 6
+
__BEGIN_DECLS
struct termp {