You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
11 lines
223 B
11 lines
223 B
3 years ago
|
--- st.h
|
||
|
+++ st.h
|
||
|
@@ -33,6 +33,7 @@ enum glyph_attribute {
|
||
|
ATTR_WRAP = 1 << 8,
|
||
|
ATTR_WIDE = 1 << 9,
|
||
|
ATTR_WDUMMY = 1 << 10,
|
||
|
+ ATTR_SELECTED = 1 << 11,
|
||
|
ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT,
|
||
|
};
|
||
|
|