mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 14:27:09 +00:00
Sync OpenBSD patchset 290:
When using source-file, run the commands in the context of the source-file command rather than with no context. This makes things like attach work from a file.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.426 2009-08-24 16:24:18 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.427 2009-08-24 16:27:03 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1107,7 +1107,7 @@ void sigreset(void);
|
||||
void sighandler(int);
|
||||
|
||||
/* cfg.c */
|
||||
int load_cfg(const char *, char **x);
|
||||
int load_cfg(const char *, struct cmd_ctx *, char **);
|
||||
|
||||
/* mode-key.c */
|
||||
extern const struct mode_key_table mode_key_tables[];
|
||||
|
Reference in New Issue
Block a user