diff options
| author | Mouad Alami <mouad@alami.xyz> | 2026-04-13 13:38:40 +0100 |
|---|---|---|
| committer | Mouad Alami <mouad@alami.xyz> | 2026-04-13 13:38:40 +0100 |
| commit | 2150d5e4f7e340313b32920976606d17776b8da2 (patch) | |
| tree | 5e74b8c238cd0dc5a87f293883b3f5b0ad53cccc /st.h | |
| parent | 3e5c3700456f0323489165a172f92b5d05f40b19 (diff) | |
added scrollback patch
Diffstat (limited to 'st.h')
| -rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -19,6 +19,7 @@ #define TRUECOLOR(r,g,b) (1 << 24 | (r) << 16 | (g) << 8 | (b)) #define IS_TRUECOL(x) (1 << 24 & (x)) +#define HISTSIZE 2000 enum glyph_attribute { ATTR_NULL = 0, |
