diff options
author | zachir <zachir@librem.one> | 2023-02-20 03:45:53 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2023-02-20 03:45:53 -0600 |
commit | 3a52163eab96b628346a24c4922aa24ea2fc3bad (patch) | |
tree | 79793932c00c661e6d8746a936c2694dbb5a4b8d /st.h | |
parent | ee92619d4974bd0b290857941759d83539a38433 (diff) |
add relativeborder patch
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); |