diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 16:27:29 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2009-04-30 16:27:29 +0000 |
commit | a583bbb730201b863c783daa90a21f119ca9f168 (patch) | |
tree | 5bedf90566fcd279ab76114e7c37afa933fbef8f /tmux.h | |
parent | 631f81f519efe3869c59278a5bc00b3673191c96 (diff) | |
download | rtmux-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.h | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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 *); |