mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Support -c for new-session, based on code from J Raynor.
This commit is contained in:
3
tmux.h
3
tmux.h
@ -1767,7 +1767,7 @@ int cmd_find_index(struct cmd_q *, const char *,
|
||||
struct winlink *cmd_find_pane(struct cmd_q *, const char *, struct session **,
|
||||
struct window_pane **);
|
||||
char *cmd_template_replace(const char *, const char *, int);
|
||||
const char *cmd_get_default_path(struct cmd_q *, const char *);
|
||||
const char *cmd_default_path(const char *, const char *, const char *);
|
||||
extern const struct cmd_entry *cmd_table[];
|
||||
extern const struct cmd_entry cmd_attach_session_entry;
|
||||
extern const struct cmd_entry cmd_bind_key_entry;
|
||||
@ -1876,6 +1876,7 @@ void cmdq_run(struct cmd_q *, struct cmd_list *);
|
||||
void cmdq_append(struct cmd_q *, struct cmd_list *);
|
||||
int cmdq_continue(struct cmd_q *);
|
||||
void cmdq_flush(struct cmd_q *);
|
||||
const char *cmdq_default_path(struct cmd_q *, const char *);
|
||||
|
||||
/* cmd-string.c */
|
||||
int cmd_string_parse(const char *, struct cmd_list **, const char *,
|
||||
|
Reference in New Issue
Block a user