mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Sync OpenBSD patchset 511:
Key flags are only used for initialisation so they are not needed in the main tty_key struct.
This commit is contained in:
6
tmux.h
6
tmux.h
@ -1,4 +1,4 @@
|
||||
/* $Id: tmux.h,v 1.509 2009-11-08 23:27:58 tcunha Exp $ */
|
||||
/* $Id: tmux.h,v 1.510 2009-11-08 23:29:34 tcunha Exp $ */
|
||||
|
||||
/*
|
||||
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
|
||||
@ -938,10 +938,6 @@ struct tty_key {
|
||||
int key;
|
||||
char *string;
|
||||
|
||||
int flags;
|
||||
#define TTYKEY_CTRL 0x1
|
||||
#define TTYKEY_RAW 0x2
|
||||
|
||||
RB_ENTRY(tty_key) entry;
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user