diff options
author | Tiago Cunha <tcunha@gmx.com> | 2009-08-24 16:27:03 +0000 |
---|---|---|
committer | Tiago Cunha <tcunha@gmx.com> | 2009-08-24 16:27:03 +0000 |
commit | 35b926c4459df017cd9b08611a1b8e11e0eb425f (patch) | |
tree | 01a77a07d12b41c47bfb7082a54d4d9279c9f27a /tmux.h | |
parent | 2e2e762743417ae7a0c32a4b40909ecdf3bb3560 (diff) | |
download | rtmux-35b926c4459df017cd9b08611a1b8e11e0eb425f.tar.gz rtmux-35b926c4459df017cd9b08611a1b8e11e0eb425f.tar.bz2 rtmux-35b926c4459df017cd9b08611a1b8e11e0eb425f.zip |
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.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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[]; |