From 888dd53bdba27f799d401d36b34e4e41d7c468fc Mon Sep 17 00:00:00 2001 From: Marvin Borner Date: Sun, 5 Jul 2020 15:53:23 +0200 Subject: Some changes --- .repos/st/st.h | 6 ++++++ 1 file changed, 6 insertions(+) (limited to '.repos/st/st.h') 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, -- cgit v1.2.3