=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.831 retrieving revision 1.832 diff -u -r1.831 -r1.832 --- src/usr.bin/tmux/tmux.h 2018/07/31 11:49:26 1.831 +++ src/usr.bin/tmux/tmux.h 2018/08/02 07:55:16 1.832 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.831 2018/07/31 11:49:26 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.832 2018/08/02 07:55:16 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1357,6 +1357,7 @@ void (*identify_callback)(struct client *, struct window_pane *); void *identify_callback_data; + struct cmdq_item *identify_callback_item; char *message_string; struct event message_timer;