diff options
author | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 17:02:47 +0000 |
---|---|---|
committer | Kristaps Dzonsons <kristaps@bsd.lv> | 2009-02-25 17:02:47 +0000 |
commit | fbb8e6b42e8895e80dccf310a84f381246f9ac58 (patch) | |
tree | 744567f6fc356d6650369c39fc49a60fc2002d46 /term.h | |
parent | f3d5c8db4c02e31a44ed81c1faa87a057f79585b (diff) | |
download | mandoc-fbb8e6b42e8895e80dccf310a84f381246f9ac58.tar.gz |
*** empty log message ***
Diffstat (limited to 'term.h')
-rw-r--r-- | term.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -37,6 +37,7 @@ struct termp { #define TERMP_NOBREAK (1 << 4) /* No break after flush. */ #define TERMP_LITERAL (1 << 5) /* Literal words. */ #define TERMP_IGNDELIM (1 << 6) /* Delims like regulars. */ +#define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */ char *buf; }; |