From d2c3dbc665367ae391ea52828ac1c6007097380a Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Tue, 14 Jul 2009 06:38:14 +0000 Subject: If it exist, load a system-wide configuration file /etc/tmux.conf before any user-specified one. --- key-string.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'key-string.c') diff --git a/key-string.c b/key-string.c index fe3e44a6..da82c9fb 100644 --- a/key-string.c +++ b/key-string.c @@ -1,4 +1,4 @@ -/* $Id: key-string.c,v 1.17 2009-03-02 18:05:40 nicm Exp $ */ +/* $Id: key-string.c,v 1.18 2009-07-14 06:38:14 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott @@ -57,6 +57,7 @@ struct { { "PPage", KEYC_PPAGE }, { "Tab", '\011' }, { "BTab", KEYC_BTAB }, + { "BSpace", '\177' }, /* Arrow keys. */ { "Up", KEYC_UP }, -- cgit v1.2.3