Sync OpenBSD patchset 562:

Output the right keys for application and number keypad modes (they were the
wrong way round).
This commit is contained in:
Tiago Cunha
2009-11-28 14:41:17 +00:00
parent 5f366e6d54
commit 635d36f928
2 changed files with 35 additions and 35 deletions

4
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.522 2009-11-19 22:37:04 tcunha Exp $ */
/* $Id: tmux.h,v 1.523 2009-11-28 14:41:17 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -526,7 +526,7 @@ struct mode_key_table {
#define MODE_CURSOR 0x1
#define MODE_INSERT 0x2
#define MODE_KCURSOR 0x4
#define MODE_KKEYPAD 0x8
#define MODE_KKEYPAD 0x8 /* set = application, clear = number */
#define MODE_MOUSE 0x10
/*