increase histsize
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 6s

This commit is contained in:
Luca Bilke 2024-04-18 16:16:16 +02:00
parent 32abdd875d
commit 0687ff25f6
No known key found for this signature in database
GPG key ID: AD6630D0A1E650AC

11
patches/histsize.diff Normal file
View file

@ -0,0 +1,11 @@
--- a/st.h
+++ b/st.h
@@ -27,7 +27,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 7500
enum glyph_attribute {
ATTR_NULL = 0,