Move usage() to be with run() in x.c

run/usage/xinit are now all internal to x.c

Signed-off-by: Devin J. Pohly <djpohly@gmail.com>
This commit is contained in:
Devin J. Pohly
2018-02-25 21:53:24 -06:00
parent 3e44ee5569
commit 3518dba2a5
4 changed files with 18 additions and 19 deletions
-2
View File
@@ -214,8 +214,6 @@ size_t utf8encode(Rune, char *);
void *xmalloc(size_t);
char *xstrdup(char *);
void usage(void);
/* Globals */
extern TermWindow win;
extern Term term;