From 15778b29521b2122a3d3513eb3c3eaa263578607 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Thu, 20 Sep 2007 18:48:04 +0000 Subject: META env var. --- command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'command.c') 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 @@ -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); -- cgit