=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.983 retrieving revision 1.984 diff -u -r1.983 -r1.984 --- src/usr.bin/tmux/tmux.h 2020/04/13 13:32:09 1.983 +++ src/usr.bin/tmux/tmux.h 2020/04/13 13:42:35 1.984 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.983 2020/04/13 13:32:09 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.984 2020/04/13 13:42:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -1389,7 +1389,7 @@ struct format_tree *formats; - struct mouse_event mouse; + struct key_event event; struct cmd_find_state current; };