=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.423 retrieving revision 1.424 diff -c -r1.423 -r1.424 *** src/usr.bin/tmux/tmux.h 2013/10/10 12:11:45 1.423 --- src/usr.bin/tmux/tmux.h 2013/10/10 12:12:08 1.424 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.423 2013/10/10 12:11:45 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.424 2013/10/10 12:12:08 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 487,497 **** char term[TERMINAL_LENGTH]; - #define IDENTIFY_UTF8 0x1 - #define IDENTIFY_256COLOURS 0x2 - /* 0x4 unused */ - #define IDENTIFY_CONTROL 0x8 - #define IDENTIFY_TERMIOS 0x10 int flags; }; --- 487,492 ---- *************** *** 1344,1350 **** #define CLIENT_READONLY 0x800 #define CLIENT_REDRAWWINDOW 0x1000 #define CLIENT_CONTROL 0x2000 ! #define CLIENT_FOCUSED 0x4000 int flags; struct event identify_timer; --- 1339,1349 ---- #define CLIENT_READONLY 0x800 #define CLIENT_REDRAWWINDOW 0x1000 #define CLIENT_CONTROL 0x2000 ! #define CLIENT_CONTROLCONTROL 0x4000 ! #define CLIENT_FOCUSED 0x8000 ! #define CLIENT_UTF8 0x10000 ! #define CLIENT_256COLOURS 0x20000 ! #define CLIENT_IDENTIFIED 0x40000 int flags; struct event identify_timer;