status_replace can now become local to status.c and it no longer needs

the jobsflag argument. While here there is no need to repeat work that
format_defaults already does.
This commit is contained in:
nicm
2015-02-06 17:21:08 +00:00
parent 8d94bb67ab
commit 313f2263f8
2 changed files with 15 additions and 30 deletions

2
tmux.h
View File

@ -1925,8 +1925,6 @@ void status_free_jobs(struct status_out_tree *);
void status_update_jobs(struct client *);
void status_set_window_at(struct client *, u_int);
int status_redraw(struct client *);
char *status_replace(struct client *, struct winlink *, const char *, time_t,
int);
void printflike(2, 3) status_message_set(struct client *, const char *, ...);
void status_message_clear(struct client *);
int status_message_redraw(struct client *);