diff options
author | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
---|---|---|
committer | zachir <zachir@librem.one> | 2022-01-18 21:19:16 -0600 |
commit | e77592fb54057e331dea65d293ede7856d2f2ba1 (patch) | |
tree | 4c95c84418f1f3990667aaea0b18cb5a512a2eb0 /win.h | |
parent | 9075ac883494635eec1be82a82fe99f87f01783b (diff) |
st: update base to 0.8.5
Diffstat (limited to 'win.h')
-rw-r--r-- | win.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -30,6 +30,7 @@ void xdrawline(Line, int, int, int); void xfinishdraw(void); void xloadcols(void); int xsetcolorname(int, const char *); +void xseticontitle(char *); void xfreetitlestack(void); void xsettitle(char *, int); void xpushtitle(void); |