aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2010-07-02 02:49:19 +0000
committerTiago Cunha <tcunha@gmx.com>2010-07-02 02:49:19 +0000
commit63e76b555d8f3d40f9905fb65a58f6e7509d399d (patch)
treeb9b003f298a235899b3d7aa03014d0f27bff13cd /tmux.h
parent13e7f060b1819ecdb1fcf88eee56293aa8b9f4cf (diff)
downloadrtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.tar.gz
rtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.tar.bz2
rtmux-63e76b555d8f3d40f9905fb65a58f6e7509d399d.zip
Sync OpenBSD patchset 730:
Store the current working directory in the session, change the default-path option to default to empty and make that mean that the stored session CWD is used.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 2968d822..5b377ea4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.565 2010-07-02 02:43:01 tcunha Exp $ */
+/* $Id: tmux.h,v 1.566 2010-07-02 02:49:19 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -925,6 +925,7 @@ TAILQ_HEAD(session_groups, session_group);
struct session {
char *name;
+ char *cwd;
struct timeval creation_time;
struct timeval activity_time;