diff options
author | nicm <nicm> | 2015-07-28 15:18:10 +0000 |
---|---|---|
committer | nicm <nicm> | 2015-07-28 15:18:10 +0000 |
commit | b254115acd54513cd4b5858e31afc7980e93246c (patch) | |
tree | 8fe46a5085e824b1fbe9b7f2f4f6f2e4872d5651 /status.c | |
parent | d33adc4fd0f7657ede3178c9b1f33c2d5df3c524 (diff) | |
download | rtmux-b254115acd54513cd4b5858e31afc7980e93246c.tar.gz rtmux-b254115acd54513cd4b5858e31afc7980e93246c.tar.bz2 rtmux-b254115acd54513cd4b5858e31afc7980e93246c.zip |
Tidy up the way terminals are described and move some structs out of tmux.h.
Diffstat (limited to 'status.c')
-rw-r--r-- | status.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 *); |