summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--term.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/term.h b/term.h
index ef1d8641..e9dc70d4 100644
--- a/term.h
+++ b/term.h
@@ -47,7 +47,7 @@ struct termp {
#define TERMP_NONOSPACE (1 << 7) /* No space (no autounset). */
#define TERMP_DANGLE (1 << 8) /* See term_flushln(). */
#define TERMP_HANG (1 << 9) /* See term_flushln(). */
-#define TERMP_TWOSPACE (1 << 9) /* See term_flushln(). */
+#define TERMP_TWOSPACE (1 << 10) /* See term_flushln(). */
char *buf; /* Output buffer. */
enum termenc enc; /* Type of encoding. */
void *symtab; /* Encoded-symbol table. */