aboutsummaryrefslogtreecommitdiffstats
path: root/src/dispextern.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/dispextern.h')
-rw-r--r--src/dispextern.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/src/dispextern.h b/src/dispextern.h
index edd9a7c97be..eadf745d400 100644
--- a/src/dispextern.h
+++ b/src/dispextern.h
@@ -1268,6 +1268,14 @@ struct face
1268 1268
1269#define FACE_TTY_DEFAULT_COLOR ((unsigned long) -1) 1269#define FACE_TTY_DEFAULT_COLOR ((unsigned long) -1)
1270 1270
1271/* Color index indicating that face uses an unknown foreground color. */
1272
1273#define FACE_TTY_DEFAULT_FG_COLOR ((unsigned long) -2)
1274
1275/* Color index indicating that face uses an unsigned background color. */
1276
1277#define FACE_TTY_DEFAULT_BG_COLOR ((unsigned long) -3)
1278
1271/* Non-zero if FACE was realized for unibyte use. */ 1279/* Non-zero if FACE was realized for unibyte use. */
1272 1280
1273#define FACE_UNIBYTE_P(FACE) ((FACE)->charset < 0) 1281#define FACE_UNIBYTE_P(FACE) ((FACE)->charset < 0)