mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 15:26:58 +00:00
Add -P and -F to new-session.
This commit is contained in:
1
tmux.h
1
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
|
||||
|
||||
|
Reference in New Issue
Block a user