summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2011-10-23 01:12:46 +0000
committerNicholas Marriott <nicm@openbsd.org>2011-10-23 01:12:46 +0000
commit16d75a6bf2273bbe58c6d82b65f231152919fef2 (patch)
tree15fcdf2ce25b112cc604fc27d358ea3dd5bd04a9 /tmux.h
parente63909655cf2fa3afa1513f5c54f9fd7322d43a6 (diff)
Add client formats, from Ben Boeckel.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 995e4989..5fef5dfe 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 *);