aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 18:28:09 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 18:28:09 +0000
commit312633203d58a19e7c1523e1589d72b3b3948c9c (patch)
tree703100735d5cb965eac4532bd5dfdef985e7f680 /tmux.h
parent9722e7194bb054ea88919fc426897a4d17698eb6 (diff)
downloadrtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.tar.gz
rtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.tar.bz2
rtmux-312633203d58a19e7c1523e1589d72b3b3948c9c.zip
Support btab.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 5a5fc37a..115fd406 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.215 2009-01-10 14:43:43 nicm Exp $ */
+/* $Id: tmux.h,v 1.216 2009-01-10 18:28:09 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -195,6 +195,7 @@ struct buffer {
#define KEYC_END (KEYC_OFFSET + 0x16)
#define KEYC_NPAGE (KEYC_OFFSET + 0x17)
#define KEYC_PPAGE (KEYC_OFFSET + 0x18)
+#define KEYC_BTAB (KEYC_OFFSET + 0x19)
/* Arrow keys. */
#define KEYC_UP (KEYC_OFFSET + 0x50)