Added mouse scroll

This commit is contained in:
Linux User
2022-08-16 22:29:24 +00:00
parent 024630e378
commit 9726db9903
8 changed files with 282 additions and 138 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 10000
enum glyph_attribute {
ATTR_NULL = 0,