=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.798 retrieving revision 1.799 diff -c -r1.798 -r1.799 *** src/usr.bin/tmux/tmux.h 2017/08/02 11:10:48 1.798 --- src/usr.bin/tmux/tmux.h 2017/08/16 11:46:08 1.799 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.798 2017/08/02 11:10:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.799 2017/08/16 11:46:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 77,87 **** #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) #endif ! /* Bell option values. */ ! #define BELL_NONE 0 ! #define BELL_ANY 1 ! #define BELL_CURRENT 2 ! #define BELL_OTHER 3 /* Visual option values. */ #define VISUAL_OFF 0 --- 77,87 ---- #define nitems(_a) (sizeof((_a)) / sizeof((_a)[0])) #endif ! /* Alert option values. */ ! #define ALERT_NONE 0 ! #define ALERT_ANY 1 ! #define ALERT_CURRENT 2 ! #define ALERT_OTHER 3 /* Visual option values. */ #define VISUAL_OFF 0