mirror of
https://github.com/tmux/tmux.git
synced 2025-09-02 05:21:10 +00:00
Merge branch 'obsd-master'
This commit is contained in:
7
format.c
7
format.c
@ -1156,6 +1156,13 @@ format_merge(struct format_tree *ft, struct format_tree *from)
|
||||
}
|
||||
}
|
||||
|
||||
/* Get format pane. */
|
||||
struct window_pane *
|
||||
format_get_pane(struct format_tree *ft)
|
||||
{
|
||||
return (ft->wp);
|
||||
}
|
||||
|
||||
/* Add item bits to tree. */
|
||||
static void
|
||||
format_create_add_item(struct format_tree *ft, struct cmdq_item *item)
|
||||
|
Reference in New Issue
Block a user