From d0342f4a0474abf42098fbaa0a4e2f2e3f006514 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Fri, 5 Dec 2008 20:04:06 +0000 Subject: Ability to show window title on status line. --- tmux.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tmux.h') diff --git a/tmux.h b/tmux.h index 9d178a26..4975e5fb 100644 --- a/tmux.h +++ b/tmux.h @@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.199 2008-11-23 19:38:12 nicm Exp $ */ +/* $Id: tmux.h,v 1.200 2008-12-05 20:04:06 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -844,7 +844,7 @@ struct set_option_entry { const char **choices; }; extern const struct set_option_entry set_option_table[]; -#define NSETOPTION 16 +#define NSETOPTION 18 /* Edit keys. */ enum mode_key { -- cgit