aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
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 /tmux.h
parentde24fbb35ce763c5e905c726733a561f5fa34724 (diff)
downloadrtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.gz
rtmux-1b9647669a1190044f2296008a25e3aa0016934b.tar.bz2
rtmux-1b9647669a1190044f2296008a25e3aa0016934b.zip
Kill window command. Nuke some backspace stuff.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 3 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index edfab258..fed052b4 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.60 2007-10-19 10:21:36 nicm Exp $ */
+/* $Id: tmux.h,v 1.61 2007-10-19 11:10:35 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -80,7 +80,7 @@ struct buffer {
#define KEYC_A1 -1
#define KEYC_A3 -2
#define KEYC_B2 -3
-#define KEYC_BACKSPACE -4
+/* XXX #define KEYC_BACKSPACE -4 */
#define KEYC_BEG -5
#define KEYC_BTAB -6
#define KEYC_C1 -7
@@ -520,6 +520,7 @@ char *cmd_recv_string(struct buffer *);
extern const struct cmd_entry cmd_attach_session_entry;
extern const struct cmd_entry cmd_bind_key_entry;
extern const struct cmd_entry cmd_detach_session_entry;
+extern const struct cmd_entry cmd_kill_window_entry;
extern const struct cmd_entry cmd_last_window_entry;
extern const struct cmd_entry cmd_list_keys_entry;
extern const struct cmd_entry cmd_list_sessions_entry;