summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:34:26 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:34:26 +0400
commit5d2b3d037e25e36a98de8299aeb6a8f41ce7306d (patch)
tree218852ec9c6354eea23d4baa7522798f942259f3 /st.h
parent8bda7dc204419e633dd05f837717006aa6db0adf (diff)
scrolling added
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,