diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-19 11:10:35 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-19 11:10:35 +0000 |
commit | 1b9647669a1190044f2296008a25e3aa0016934b (patch) | |
tree | 443785969d52830e11194ff982da3ebb36da2f15 /input-keys.c | |
parent | de24fbb35ce763c5e905c726733a561f5fa34724 (diff) | |
download | rtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.gz rtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.bz2 rtmux-1b9647669a1190044f2296008a25e3aa0016934b.zip |
Kill window command. Nuke some backspace stuff.
Diffstat (limited to 'input-keys.c')
-rw-r--r-- | input-keys.c | 3 |
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" }, |