Commit Diff
--- st/st.h +++ st/st.h @@ -19,7 +19,7 @@ #define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b)) #define IS_TRUECOL(x) (1 << 24 & (x)) -#define HISTSIZE 2000 +#define HISTSIZE 10000 enum glyph_attribute { ATTR_NULL = 0,
--- st/st.h +++ st/st.h @@ -19,7 +19,7 @@ #define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b)) #define IS_TRUECOL(x) (1 << 24 & (x)) -#define HISTSIZE 2000 +#define HISTSIZE 10000 enum glyph_attribute { ATTR_NULL = 0,