~kris/suckless

st

ref: f35ea526cd88b4497dc12ff32de2d1de7c53e246 st/st.h.rej -rw-r--r-- 224 bytes
f35ea526 — siduck76 patch : bold is not bright 5 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
--- st.h
+++ st.h
@@ -80,6 +80,7 @@ void die(const char *, ...);
 void redraw(void);
 void draw(void);
 
+void newterm(const Arg *);
 void printscreen(const Arg *);
 void printsel(const Arg *);
 void sendbreak(const Arg *);