Merge branch 'patch-scrollback' into amused

This commit is contained in:
pbentes
2025-05-05 13:00:25 +01:00
7 changed files with 1055 additions and 122 deletions

1
st.h
View File

@ -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,