commit 0d5b86a4cb8c3fbe7f834c4f1b5f8c87bf3b4c1b from: Benjamin Stürz date: Mon Aug 19 13:57:24 2024 UTC increase st HISTSIZE commit - 6d9b094c099281a429905891c645ce6dfc4e3e60 commit + 0d5b86a4cb8c3fbe7f834c4f1b5f8c87bf3b4c1b blob - 073851ab14123409aa3584d853f6d2acaee37669 blob + d1739e138b62f1babb1f81b861d57306ae12b9a6 --- 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,