summaryrefslogtreecommitdiffstats
path: root/key-string.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:38:14 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-07-14 06:38:14 +0000
commitd2c3dbc665367ae391ea52828ac1c6007097380a (patch)
treef79cbc82b2355205ae44ddfae4b658ce98369263 /key-string.c
parent2f75b07d08e68e6173a06fd120e0684d51e29db3 (diff)
If it exist, load a system-wide configuration file /etc/tmux.conf before any
user-specified one.
Diffstat (limited to 'key-string.c')
-rw-r--r--key-string.c3
1 files changed, 2 insertions, 1 deletions
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 <nicm@users.sourceforge.net>
@@ -57,6 +57,7 @@ struct {
{ "PPage", KEYC_PPAGE },
{ "Tab", '\011' },
{ "BTab", KEYC_BTAB },
+ { "BSpace", '\177' },
/* Arrow keys. */
{ "Up", KEYC_UP },