summaryrefslogtreecommitdiffstats
path: root/term.h
diff options
context:
space:
mode:
Diffstat (limited to 'term.h')
-rw-r--r--term.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/term.h b/term.h
index c8d6274a..8ec4ff9d 100644
--- a/term.h
+++ b/term.h
@@ -35,6 +35,7 @@ struct termp {
#define TERMP_NOSPACE (1 << 2) /* No space before words. */
#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. */
char *buf;
};