summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:38:16 +0400
committerSuleyman Farajli <suleyman@farajli.net>2024-08-06 14:38:16 +0400
commita896ecee76eabcd5f65cac9f7affe985ecc48b22 (patch)
tree2d5c7255a20c73f9d7540facfe8d37b72b0ba7a5 /st.h
parentefb86e866e492dc15c73482733241afdb2defdb7 (diff)
parent5d2b3d037e25e36a98de8299aeb6a8f41ce7306d (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,