=================================================================== RCS file: /cvsrepo/anoncvs/cvs/src/usr.bin/tmux/tmux.h,v retrieving revision 1.998 retrieving revision 1.999 diff -c -r1.998 -r1.999 *** src/usr.bin/tmux/tmux.h 2020/04/16 14:25:35 1.998 --- src/usr.bin/tmux/tmux.h 2020/04/16 15:14:25 1.999 *************** *** 1,4 **** ! /* $OpenBSD: tmux.h,v 1.998 2020/04/16 14:25:35 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott --- 1,4 ---- ! /* $OpenBSD: tmux.h,v 1.999 2020/04/16 15:14:25 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott *************** *** 1261,1266 **** --- 1261,1267 ---- struct event key_timer; struct tty_key *key_tree; }; + #define tty_term_flags(tty) (tty->term->flags|tty->term_flags) /* TTY command context. */ struct tty_ctx {