Applied scrollback patches

This commit is contained in:
pbentes
2025-05-05 12:59:40 +01:00
parent 98610fcd37
commit a4adc0dae5
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,