st.h.rej 258 B

123456789101112
  1. --- st.h
  2. +++ st.h
  3. @@ -81,6 +81,8 @@ void die(const char *, ...);
  4. void redraw(void);
  5. void draw(void);
  6. +void kscrolldown(const Arg *);
  7. +void kscrollup(const Arg *);
  8. void printscreen(const Arg *);
  9. void printsel(const Arg *);
  10. void sendbreak(const Arg *);