mirror of
https://github.com/tmate-io/tmate.git
synced 2025-08-13 23:38:52 +02:00
Support btab.
This commit is contained in:
3
tmux.h
3
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)
|
||||
|
Reference in New Issue
Block a user