Add client formats, from Ben Boeckel.

This commit is contained in:
Nicholas Marriott
2011-10-23 01:12:46 +00:00
parent e63909655c
commit 16d75a6bf2
4 changed files with 85 additions and 17 deletions

1
tmux.h
View File

@ -1364,6 +1364,7 @@ void format_add(
const char *format_find(struct format_tree *, const char *);
char *format_expand(struct format_tree *, const char *);
void format_session(struct format_tree *, struct session *);
void format_client(struct format_tree *, struct client *);
void format_winlink(
struct format_tree *, struct session *, struct winlink *);
void format_window_pane(struct format_tree *, struct window_pane *);