=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.116 retrieving revision 1.117 diff -c -r1.116 -r1.117 *** src/usr.bin/tmux/tmux.h 2009/09/23 12:03:31 1.116 --- src/usr.bin/tmux/tmux.h 2009/09/23 14:42:48 1.117 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.116 2009/09/23 12:03:31 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.117 2009/09/23 14:42:48 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 958,965 **** void (*prompt_freefn)(void *); void *prompt_data; ! #define PROMPT_HIDDEN 0x1 ! #define PROMPT_SINGLE 0x2 int prompt_flags; u_int prompt_hindex; --- 958,964 ---- void (*prompt_freefn)(void *); void *prompt_data; ! #define PROMPT_SINGLE 0x1 int prompt_flags; u_int prompt_hindex;