aboutsummaryrefslogtreecommitdiff
path: root/.repos/st/st.h
diff options
context:
space:
mode:
authorMarvin Borner2020-07-05 15:53:23 +0200
committerMarvin Borner2020-07-05 15:53:23 +0200
commit888dd53bdba27f799d401d36b34e4e41d7c468fc (patch)
treea77c350d6444df08e1863da14684f17641c0cb62 /.repos/st/st.h
parenta738067f158938d9db8ef4e9be71804a2a6ef7c2 (diff)
Some changes
Diffstat (limited to '.repos/st/st.h')
-rw-r--r--.repos/st/st.h6
1 files changed, 6 insertions, 0 deletions
diff --git a/.repos/st/st.h b/.repos/st/st.h
index 33cc5d4..b85474b 100644
--- a/.repos/st/st.h
+++ b/.repos/st/st.h
@@ -37,6 +37,12 @@ enum glyph_attribute {
ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT,
};
+enum drawing_mode {
+ DRAW_NONE = 0,
+ DRAW_BG = 1 << 0,
+ DRAW_FG = 1 << 1,
+};
+
enum selection_mode {
SEL_IDLE = 0,
SEL_EMPTY = 1,