patch: scrollback-ringbuffer

This commit is contained in:
2026-01-01 13:04:01 -05:00
parent 0723b7e39e
commit ab5d49f991
5 changed files with 976 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,