summaryrefslogtreecommitdiff
path: root/st.c
diff options
context:
space:
mode:
authorMoritz Biering <moritzbiering.mb@gmail.com>2021-05-05 21:16:25 +0200
committerMoritz Biering <moritzbiering.mb@gmail.com>2021-05-05 21:23:37 +0200
commit69925ee23b8b1590f65e1f71f2d9ea5156629868 (patch)
tree6dfa47748c3dab88e114669a678677d2805fb1e1 /st.c
parent7e6e779130327e065fcf587afa80f13150d0de31 (diff)
Add support for additional alpha when the term-window is not focused
Diffstat (limited to 'st.c')
-rw-r--r--st.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/st.c b/st.c
index 1cf277c..f9f8068 100644
--- a/st.c
+++ b/st.c
@@ -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);