diff options
Diffstat (limited to 'st.h')
-rw-r--r-- | st.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -95,6 +95,7 @@ void sendbreak(const Arg *); void toggleprinter(const Arg *); void copyurl(const Arg *); +static int borderpx; int tattrset(int); int tisaltscr(void); void tnew(int, int); |