From 8c50f625b0698e35ad183864e3baa4bb8679e0ae Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 21 Feb 2013 16:54:13 +0000 Subject: Add session_set_current helper function, extracted from a diff from Aaron Jensen. --- tmux.h | 1 + 1 file changed, 1 insertion(+) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 4fd62d30..18e692fe 100644 --- a/tmux.h +++ b/tmux.h @@ -2276,6 +2276,7 @@ int session_next(struct session *, int); int session_previous(struct session *, int); int session_select(struct session *, int); int session_last(struct session *); +int session_set_current(struct session *, struct winlink *); struct session_group *session_group_find(struct session *); u_int session_group_index(struct session_group *); void session_group_add(struct session *, struct session *); -- cgit