increase histsize
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 6s
All checks were successful
Build/Publish XBPS / build-and-publish (push) Successful in 6s
This commit is contained in:
parent
32abdd875d
commit
0687ff25f6
1 changed files with 11 additions and 0 deletions
11
patches/histsize.diff
Normal file
11
patches/histsize.diff
Normal 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,
|
Loading…
Add table
Reference in a new issue