diff options
| author | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-14 02:44:10 -0800 |
|---|---|---|
| committer | Warrick Lo <warrick.s.z.lo@gmail.com> | 2021-12-14 02:44:10 -0800 |
| commit | 3a03e30ca722274a664e9c3f8e7cbb5a05988b3c (patch) | |
| tree | c55119ffa76960fc83200bec11e2117e4bda34ab /st.h | |
| parent | Add scrollback history (diff) | |
Diffstat (limited to '')
| -rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -125,3 +125,4 @@ extern char *termname; extern unsigned int tabspaces; extern unsigned int defaultfg; extern unsigned int defaultbg; +extern float alpha; |