summaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
committerzachir <zachir@librem.one>2023-02-20 02:51:21 -0600
commit63249e7fdb5586be4ae469ea2114306700146a55 (patch)
tree5ec9d9c789ffc15772f713620545c441ba5a86ee /st.h
parent2920f5918b511c913cf3830a38c684a841753f8b (diff)
Revert "appy scrollback-ringbuffer patch"
This reverts commit 75110c3cdea1cade7a9b097806cae1a32f8a5e8a.
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.h b/st.h
index 94293f9..f085e62 100644
--- a/st.h
+++ b/st.h
@@ -19,7 +19,6 @@
#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,