scrollback ringbuffer 0.8.5

This commit is contained in:
vrd
2026-07-31 14:54:37 +03:00
committed by Venelin Dechkov
parent 04ce0d643e
commit 42310da0ca
4 changed files with 246 additions and 122 deletions
+1
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,