summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorzachir <zachir@librem.one>2023-02-25 23:54:52 -0600
committerzachir <zachir@librem.one>2023-02-25 23:54:52 -0600
commite09781021bac6bb994d58ad7685bceec2f340dee (patch)
tree51fabbea94d70e54eaa9e208d69da59f0fe14a08
parent5cb9b4ba4c1cd9ed0d451bf8361909d747bed60b (diff)
Revert "possibly fix issue related to reflow"
This reverts commit 5cb9b4ba4c1cd9ed0d451bf8361909d747bed60b.
-rw-r--r--st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/st.c b/st.c
index 0bad5c4..167b4bd 100644
--- a/st.c
+++ b/st.c
@@ -37,7 +37,7 @@
#define STR_BUF_SIZ ESC_BUF_SIZ
#define STR_ARG_SIZ ESC_ARG_SIZ
#define HISTSIZE 2000
-#define RESIZEBUFFER 2000
+#define RESIZEBUFFER 1000
/* macros */
#define IS_SET(flag) ((term.mode & (flag)) != 0)