Add -P and -F to new-session.

This commit is contained in:
Nicholas Marriott
2013-03-22 17:01:15 +00:00
parent 0ccd84d2ef
commit 7f191c7951
4 changed files with 48 additions and 22 deletions

1
tmux.h
View File

@ -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