aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 16:27:29 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-04-30 16:27:29 +0000
commita583bbb730201b863c783daa90a21f119ca9f168 (patch)
tree5bedf90566fcd279ab76114e7c37afa933fbef8f /tmux.h
parent631f81f519efe3869c59278a5bc00b3673191c96 (diff)
downloadrtmux-a583bbb730201b863c783daa90a21f119ca9f168.tar.gz
rtmux-a583bbb730201b863c783daa90a21f119ca9f168.tar.bz2
rtmux-a583bbb730201b863c783daa90a21f119ca9f168.zip
Display the layout name in window lists.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 689089c2..6890f01c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.306 2009-04-30 06:01:24 nicm Exp $ */
+/* $Id: tmux.h,v 1.307 2009-04-30 16:27:29 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1543,6 +1543,7 @@ void window_pane_mouse(struct window_pane *,
struct client *, u_char, u_char, u_char);
/* layout.c */
+const char * layout_name(struct window *);
void layout_refresh(struct window *, int);
void layout_next(struct window *);