aboutsummaryrefslogtreecommitdiff
path: root/.repos/st/st.h
diff options
context:
space:
mode:
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,