diff options
author | Moritz Biering <moritzbiering.mb@gmail.com> | 2021-05-05 21:16:25 +0200 |
---|---|---|
committer | Moritz Biering <moritzbiering.mb@gmail.com> | 2021-05-05 21:23:37 +0200 |
commit | 69925ee23b8b1590f65e1f71f2d9ea5156629868 (patch) | |
tree | 6dfa47748c3dab88e114669a678677d2805fb1e1 /st.c | |
parent | 7e6e779130327e065fcf587afa80f13150d0de31 (diff) |
Add support for additional alpha when the term-window is not focused
Diffstat (limited to 'st.c')
-rw-r--r-- | st.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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); |