=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.480 retrieving revision 1.481 diff -c -r1.480 -r1.481 *** src/usr.bin/tmux/tmux.h 2014/11/06 09:17:26 1.480 --- src/usr.bin/tmux/tmux.h 2014/11/14 02:19:47 1.481 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.480 2014/11/06 09:17:26 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.481 2014/11/14 02:19:47 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 946,952 **** #define WINDOW_ACTIVITY 0x2 #define WINDOW_REDRAW 0x4 #define WINDOW_SILENCE 0x8 ! #define WINDOW_ZOOMED 0x10 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE) struct options options; --- 946,954 ---- #define WINDOW_ACTIVITY 0x2 #define WINDOW_REDRAW 0x4 #define WINDOW_SILENCE 0x8 ! #define WINDOW_ZOOMED 0x1000 ! #define WINDOW_FORCEWIDTH 0x2000 ! #define WINDOW_FORCEHEIGHT 0x4000 #define WINDOW_ALERTFLAGS (WINDOW_BELL|WINDOW_ACTIVITY|WINDOW_SILENCE) struct options options;