Add support for additional alpha when the term-window is not focused

This commit is contained in:
Moritz Biering
2021-05-05 21:16:25 +02:00
parent 7e6e779130
commit 69925ee23b
5 changed files with 36 additions and 13 deletions

1
st.c
View File

@ -201,7 +201,6 @@ static void tsetscroll(int, int);
static void tswapscreen(void);
static void tsetmode(int, int, int *, int);
static int twrite(const char *, int, int);
static void tfulldirt(void);
static void tcontrolcode(uchar );
static void tdectest(char );
static void tdefutf8(char);