--- st.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/st.c b/st.c index afede52..6abda84 100644 --- a/st.c +++ b/st.c _AT_@ -394,6 +394,7 @@ static int32_t tdefcolor(int *, int *, int); static void tselcs(void); static void tdeftran(char); static inline bool match(uint, uint); +static void dump(char c); static void ttynew(void); static void ttyread(void); static void ttyresize(void); _AT_@ -444,6 +445,8 @@ static char *getsel(void); static void selcopy(void); static void selscroll(int, int); static void selsnap(int, int *, int *, int); +static void getbuttoninfo(XEvent *); +static void mousereport(XEvent *); static size_t utf8decode(char *, long *, size_t); static long utf8decodebyte(char, size_t *); _AT_@ -457,6 +460,8 @@ static void *xmalloc(size_t); static void *xrealloc(void *, size_t); static char *xstrdup(char *); +static void usage(void); + static void (*handler[LASTEvent])(XEvent *) = { [KeyPress] = kpress, [ClientMessage] = cmessage, -- 1.8.4Received on Sun Apr 27 2014 - 13:39:47 CEST
This archive was generated by hypermail 2.3.0 : Sun Apr 27 2014 - 13:48:16 CEST