aboutsummaryrefslogtreecommitdiff
path: root/command.c
diff options
context:
space:
mode:
Diffstat (limited to 'command.c')
-rw-r--r--command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/command.c b/command.c
index 9ed4cabd..f87c3137 100644
--- a/command.c
+++ b/command.c
@@ -1,4 +1,4 @@
-/* $Id: command.c,v 1.4 2007-09-20 18:03:23 nicm Exp $ */
+/* $Id: command.c,v 1.5 2007-09-20 18:48:04 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -20,7 +20,7 @@
#include "tmux.h"
-int cmd_prefix = '\002'; /* C-b */
+int cmd_prefix = META;
int cmd_fn_select(struct buffer *, int);
int cmd_fn_create(struct buffer *, int);