aboutsummaryrefslogtreecommitdiff
path: root/st.h
diff options
context:
space:
mode:
authorWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:44:10 -0800
committerWarrick Lo <warrick.s.z.lo@gmail.com>2021-12-14 02:44:10 -0800
commit3a03e30ca722274a664e9c3f8e7cbb5a05988b3c (patch)
treec55119ffa76960fc83200bec11e2117e4bda34ab /st.h
parentAdd scrollback history (diff)
Add background transparencyHEADmaster
Diffstat (limited to 'st.h')
-rw-r--r--st.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/st.h b/st.h
index adda2db..99c14f2 100644
--- a/st.h
+++ b/st.h
@@ -125,3 +125,4 @@ extern char *termname;
extern unsigned int tabspaces;
extern unsigned int defaultfg;
extern unsigned int defaultbg;
+extern float alpha;