summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-02-02 00:10:11 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-02-02 00:10:11 +0000
commit8363d19307c476f6434a91b79fd962814f6acc1a (patch)
treefb938ccef2efe05bd74e4569241bf38c255a1afe /tmux.h
parentfdeaa73342dc92bd8b0119461b6b38e38d495ffc (diff)
Move window name changes into wrapper function window_set_name, from
George Nachman.
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 1e1639de..0aa2b854 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1968,6 +1968,7 @@ struct window_pane *window_pane_find_up(struct window_pane *);
struct window_pane *window_pane_find_down(struct window_pane *);
struct window_pane *window_pane_find_left(struct window_pane *);
struct window_pane *window_pane_find_right(struct window_pane *);
+void window_set_name(struct window *, const char *);
/* layout.c */
u_int layout_count_cells(struct layout_cell *);