aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 18:37:08 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-01-10 18:37:08 +0000
commit8253e68c794651389da5b626eff7371c4772485f (patch)
tree001350149805578c46c97de690934de94ce2ab9b /tmux.h
parentbea8a54f692e9f36cfa0ee70cb99effa4ef170fd (diff)
downloadrtmux-8253e68c794651389da5b626eff7371c4772485f.tar.gz
rtmux-8253e68c794651389da5b626eff7371c4772485f.tar.bz2
rtmux-8253e68c794651389da5b626eff7371c4772485f.zip
Oops, missed from btab commit.
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 115fd406..8d1006ef 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.216 2009-01-10 18:28:09 nicm Exp $ */
+/* $Id: tmux.h,v 1.217 2009-01-10 18:37:08 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -260,6 +260,7 @@ enum tty_code_code {
TTYC_IS1, /* init_1string, i1 */
TTYC_IS2, /* init_2string, i2 */
TTYC_IS3, /* init_3string, i3 */
+ TTYC_KCBT, /* key_btab, kB */
TTYC_KCUB1, /* key_left, kl */
TTYC_KCUD1, /* key_down, kd */
TTYC_KCUF1, /* key_right, kr */