summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorMouad Alami <mouad@alami.xyz>2026-04-13 13:38:40 +0100
committerMouad Alami <mouad@alami.xyz>2026-04-13 13:38:40 +0100
commit2150d5e4f7e340313b32920976606d17776b8da2 (patch)
tree5e74b8c238cd0dc5a87f293883b3f5b0ad53cccc /st.h
parent3e5c3700456f0323489165a172f92b5d05f40b19 (diff)
added scrollback patch
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index fd3b0d8..3cea73b 100644
--- a/st.h
+++ b/st.h
@@ -19,6 +19,7 @@
#define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b))
#define IS_TRUECOL(x) (1 << 24 & (x))
+#define HISTSIZE 2000
enum glyph_attribute {
ATTR_NULL = 0,