aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2009-11-08 23:29:34 +0000
committerTiago Cunha <tcunha@gmx.com>2009-11-08 23:29:34 +0000
commit7d288e7fd81c37205896b1eaa02dd1b2124f02c0 (patch)
tree01322bdf2bf904de67021ca01a68c8aefa559d22 /tmux.h
parentfb22aaf87f91cf0752065eb26eb03969c7408993 (diff)
downloadrtmux-7d288e7fd81c37205896b1eaa02dd1b2124f02c0.tar.gz
rtmux-7d288e7fd81c37205896b1eaa02dd1b2124f02c0.tar.bz2
rtmux-7d288e7fd81c37205896b1eaa02dd1b2124f02c0.zip
Sync OpenBSD patchset 511:
Key flags are only used for initialisation so they are not needed in the main tty_key struct.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 1 insertions, 5 deletions
diff --git a/tmux.h b/tmux.h
index e8734862..cf6a9772 100644
--- a/tmux.h
+++ b/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;
};