=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.222 retrieving revision 1.223 diff -u -r1.222 -r1.223 --- src/usr.bin/tmux/tmux.h 2010/05/26 16:44:32 1.222 +++ src/usr.bin/tmux/tmux.h 2010/05/31 19:51:29 1.223 @@ -1,4 +1,4 @@ -/* $OpenBSD: tmux.h,v 1.222 2010/05/26 16:44:32 nicm Exp $ */ +/* $OpenBSD: tmux.h,v 1.223 2010/05/31 19:51:29 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -541,7 +541,8 @@ #define MODE_KCURSOR 0x4 #define MODE_KKEYPAD 0x8 /* set = application, clear = number */ #define MODE_MOUSE 0x10 -#define MODE_WRAP 0x20 /* whether lines wrap */ +#define MODE_MOUSEMOTION 0x20 +#define MODE_WRAP 0x40 /* whether lines wrap */ /* * A single UTF-8 character. @@ -1086,7 +1087,7 @@ #define CLIENT_TERMINAL 0x1 #define CLIENT_PREFIX 0x2 -#define CLIENT_MOUSE 0x4 +/* 0x4 unused */ #define CLIENT_REDRAW 0x8 #define CLIENT_STATUS 0x10 #define CLIENT_REPEAT 0x20 /* allow command to repeat within repeat time */