From 51487ed22f0acf199f64728f3efc15a3c9ad615f Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Sat, 11 Dec 2010 18:39:25 +0000 Subject: Track the last session for a client and add a flag to switch-client and a key binding (L) to move a client back to its last session. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 3fd5ef8b..11665195 100644 --- a/tmux.h +++ b/tmux.h @@ -1155,6 +1155,7 @@ struct client { struct mode_key_data prompt_mdata; struct session *session; + u_int last_session; int references; }; -- cgit