aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2013-03-22 17:01:15 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2013-03-22 17:01:15 +0000
commit7f191c7951e54f635fc55a4c409bef3060eaacfb (patch)
treeaf92eb29eeb5072ed3a7aafe4f62269b0ec3c20c /tmux.h
parent0ccd84d2ef3b925d1039144d26af692fef69b866 (diff)
downloadrtmux-7f191c7951e54f635fc55a4c409bef3060eaacfb.tar.gz
rtmux-7f191c7951e54f635fc55a4c409bef3060eaacfb.tar.bz2
rtmux-7f191c7951e54f635fc55a4c409bef3060eaacfb.zip
Add -P and -F to new-session.
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 834ac6e5..9c91d6a4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -155,6 +155,7 @@ extern char **environ;
/* Default templates for break-pane, new-window and split-window. */
#define BREAK_PANE_TEMPLATE "#{session_name}:#{window_index}.#{pane_index}"
+#define NEW_SESSION_TEMPLATE "#{session_name}:"
#define NEW_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE
#define SPLIT_WINDOW_TEMPLATE BREAK_PANE_TEMPLATE