initish - this is broken

This commit is contained in:
thad-w541
2025-10-27 08:44:46 -05:00
parent 6e97047474
commit ccfe9f23a3
6 changed files with 937 additions and 31 deletions

2
st.h
View File

@@ -90,6 +90,8 @@ int tattrset(int);
void tnew(int, int);
void tresize(int, int);
void tsetdirtattr(int);
void tupdatebgcolor(int, int);
void tupdatefgcolor(int, int);
void ttyhangup(void);
int ttynew(const char *, char *, const char *, char **);
size_t ttyread(void);