aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h5
1 files changed, 4 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 79a57f67..0dcd8bb5 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.390 2009-07-28 22:12:16 tcunha Exp $ */
+/* $Id: tmux.h,v 1.391 2009-07-28 22:37:02 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -120,6 +120,9 @@ enum key_code {
/* Mouse key. */
KEYC_MOUSE = 0x1000,
+ /* Backspace key. */
+ KEYC_BSPACE,
+
/* Function keys. */
KEYC_F1,
KEYC_F2,