mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Sync OpenBSD patchset 802:
Use pointer rather than index for the client's last session.
This commit is contained in:
4
tmux.h
4
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.588 2010-12-22 15:28:51 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.589 2010-12-22 15:31:00 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -1153,7 +1153,7 @@ struct client {
|
||||
struct mode_key_data prompt_mdata;
|
||||
|
||||
struct session *session;
|
||||
u_int last_session;
|
||||
struct session *last_session;
|
||||
|
||||
int references;
|
||||
};
|
||||
|
Reference in New Issue
Block a user