X-Git-Url: https://git.cameronkatri.com/mandoc.git/blobdiff_plain/9d6cd65d9c0228344fd1848a9f8c9343f5434599..ccc5179dd8a95f3867173f5e2265d6153b9d2635:/term.h diff --git a/term.h b/term.h index 28c68b36..21e2b2d5 100644 --- a/term.h +++ b/term.h @@ -1,4 +1,4 @@ -/* $Id: term.h,v 1.3 2009/02/22 15:50:45 kristaps Exp $ */ +/* $Id: term.h,v 1.4 2009/02/22 19:23:48 kristaps Exp $ */ /* * Copyright (c) 2008 Kristaps Dzonsons * @@ -36,6 +36,7 @@ struct termp { #define TERMP_NOLPAD (1 << 3) /* No leftpad before flush. */ #define TERMP_NOBREAK (1 << 4) /* No break after flush. */ #define TERMP_LITERAL (1 << 5) /* Literal words. */ +#define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */ char *buf; };