mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
status_out and associated data structures are no longer used.
This commit is contained in:
10
status.c
10
status.c
@ -142,16 +142,6 @@ status_prompt_save_history(void)
|
||||
|
||||
}
|
||||
|
||||
/* Status output tree. */
|
||||
RB_GENERATE(status_out_tree, status_out, entry, status_out_cmp);
|
||||
|
||||
/* Output tree comparison function. */
|
||||
int
|
||||
status_out_cmp(struct status_out *so1, struct status_out *so2)
|
||||
{
|
||||
return (strcmp(so1->cmd, so2->cmd));
|
||||
}
|
||||
|
||||
/* Get screen line of status line. -1 means off. */
|
||||
int
|
||||
status_at_line(struct client *c)
|
||||
|
Reference in New Issue
Block a user