summaryrefslogtreecommitdiff
path: root/st.h.rej
diff options
context:
space:
mode:
authorstefan <stefan@s00.xyz>2023-04-14 20:54:13 -0400
committerstefan <stefan@s00.xyz>2023-04-14 20:54:13 -0400
commit644a54d987f75dc9036904c4f1ef320fe7fdec7d (patch)
treed2371e00d0bfa43c1b556dfea6151e52c611af76 /st.h.rej
parentea4d4ad4ef0eae8f78d9e38bc3dc3145edded12a (diff)
downloadst-644a54d987f75dc9036904c4f1ef320fe7fdec7d.tar.gz
clean
Diffstat (limited to 'st.h.rej')
-rw-r--r--st.h.rej33
1 files changed, 0 insertions, 33 deletions
diff --git a/st.h.rej b/st.h.rej
deleted file mode 100644
index cbb0d9b..0000000
--- a/st.h.rej
+++ /dev/null
@@ -1,33 +0,0 @@
---- st.h
-+++ st.h
-@@ -22,17 +22,19 @@
-
- enum glyph_attribute {
- ATTR_NULL = 0,
-- ATTR_BOLD = 1 << 0,
-- ATTR_FAINT = 1 << 1,
-- ATTR_ITALIC = 1 << 2,
-- ATTR_UNDERLINE = 1 << 3,
-- ATTR_BLINK = 1 << 4,
-- ATTR_REVERSE = 1 << 5,
-- ATTR_INVISIBLE = 1 << 6,
-- ATTR_STRUCK = 1 << 7,
-- ATTR_WRAP = 1 << 8,
-- ATTR_WIDE = 1 << 9,
-- ATTR_WDUMMY = 1 << 10,
-+ ATTR_SET = 1 << 0,
-+ ATTR_BOLD = 1 << 1,
-+ ATTR_FAINT = 1 << 2,
-+ ATTR_ITALIC = 1 << 3,
-+ ATTR_UNDERLINE = 1 << 4,
-+ ATTR_BLINK = 1 << 5,
-+ ATTR_REVERSE = 1 << 6,
-+ ATTR_INVISIBLE = 1 << 7,
-+ ATTR_STRUCK = 1 << 8,
-+ ATTR_WRAP = 1 << 9,
-+ ATTR_WIDE = 1 << 10,
-+ ATTR_WDUMMY = 1 << 11,
-+ ATTR_SELECTED = 1 << 12,
- ATTR_BOLD_FAINT = ATTR_BOLD | ATTR_FAINT,
- };
-
© 2025 Stefan Weigl-Bosker