diff options
author | zachir <zachir@librem.one> | 2023-02-20 02:40:30 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 02:40:30 -0600 |
commit | 75110c3cdea1cade7a9b097806cae1a32f8a5e8a (patch) | |
tree | 89e80cb95163d43221ee84441098a6457c75c244 /st.h | |
parent | a7a057493c31ec79a88cb54de53da6a51bf995c7 (diff) |
appy scrollback-ringbuffer patch
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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, |