From 9a1a136d7bc595b22a466800f024427815e85679 Mon Sep 17 00:00:00 2001 From: joe Date: Sat, 27 Sep 2025 18:50:24 +0200 Subject: patch --- st.h | 1 + 1 file changed, 1 insertion(+) (limited to 'st.h') diff --git a/st.h b/st.h index 046cb51..fdb758d 100644 --- a/st.h +++ b/st.h @@ -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, -- cgit v1.2.3