Skip to content

Commit

Permalink
Set scrollback history to 10000 lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Jab2870 committed Sep 8, 2019
1 parent c59b803 commit 249665b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion st.c
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
#define ESC_ARG_SIZ 16
#define STR_BUF_SIZ ESC_BUF_SIZ
#define STR_ARG_SIZ ESC_ARG_SIZ
#define HISTSIZE 2000
#define HISTSIZE 10000

/* macros */
#define IS_SET(flag) ((term.mode & (flag)) != 0)
Expand Down

0 comments on commit 249665b

Please sign in to comment.