summaryrefslogtreecommitdiffstats
path: root/input-keys.c
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 11:10:35 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-19 11:10:35 +0000
commit1b9647669a1190044f2296008a25e3aa0016934b (patch)
tree443785969d52830e11194ff982da3ebb36da2f15 /input-keys.c
parentde24fbb35ce763c5e905c726733a561f5fa34724 (diff)
Kill window command. Nuke some backspace stuff.
Diffstat (limited to 'input-keys.c')
-rw-r--r--input-keys.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/input-keys.c b/input-keys.c
index b0eab60a..d143494b 100644
--- a/input-keys.c
+++ b/input-keys.c
@@ -1,4 +1,4 @@
-/* $Id: input-keys.c,v 1.1 2007-09-28 22:47:21 nicm Exp $ */
+/* $Id: input-keys.c,v 1.2 2007-10-19 11:10:35 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -28,7 +28,6 @@ struct {
int key;
const char *data;
} input_keys[] = {
-/* { KEYC_BACKSPACE, "\010" }, */
{ KEYC_DC, "\e[3~" },
{ KEYC_DOWN, "\eOB" },
{ KEYC_F1, "\eOP" },