From 6ad0d2ab4a474867d45889ff5e7474e9cc9097ac Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 29 Jan 2009 19:24:34 +0000 Subject: Nuke debugging. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 36e300ca..6dc957ea 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.255 2009-01-28 19:52:21 nicm Exp $ */ +/* $Id: tmux.h,v 1.256 2009-01-29 19:24:34 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -302,7 +302,7 @@ enum tty_code_code { TTYC_SMSO, /* enter_standout_mode, so */ TTYC_SMUL, /* enter_underline_mode, us */ }; -#define NTTYCODE (TTYC_SMUL + 1) +#define NTTYCODE ((int) TTYC_SMUL + 1) /* Termcap types. */ enum tty_code_type { -- cgit