increase histsize
Build/Publish XBPS / build-and-publish (push) Successful in 6s Details

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
1 changed files with 11 additions and 0 deletions

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,