mirror of
https://github.com/tmux/tmux.git
synced 2025-11-03 09:14:18 +00:00
Tidy up the way terminals are described and move some structs out of tmux.h.
This commit is contained in:
1
status.c
1
status.c
@@ -36,7 +36,6 @@ char *status_redraw_get_right(struct client *, time_t, int,
|
||||
char *status_print(struct client *, struct winlink *, time_t,
|
||||
struct grid_cell *);
|
||||
char *status_replace(struct client *, struct winlink *, const char *, time_t);
|
||||
void status_replace1(char **, char **, char *, size_t);
|
||||
void status_message_callback(int, short, void *);
|
||||
|
||||
const char *status_prompt_up_history(u_int *);
|
||||
|
||||
Reference in New Issue
Block a user