diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:51:21 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:51:21 -0600 |
commit | 63249e7fdb5586be4ae469ea2114306700146a55 (patch) | |
tree | 5ec9d9c789ffc15772f713620545c441ba5a86ee /st.h | |
parent | 2920f5918b511c913cf3830a38c684a841753f8b (diff) |
Revert "appy scrollback-ringbuffer patch"
This reverts commit 75110c3cdea1cade7a9b097806cae1a32f8a5e8a.
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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, |