From 07a71fd432df5873515da82d2d620ec0d986b558 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sun, 27 Jun 2010 02:56:59 +0000 Subject: 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. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 6b158cd7..88a8e814 100644 --- a/tmux.h +++ b/tmux.h @@ -926,6 +926,7 @@ TAILQ_HEAD(session_groups, session_group); struct session { char *name; + char *cwd; struct timeval creation_time; struct timeval activity_time; -- cgit