summaryrefslogtreecommitdiffstats
path: root/usr.bin/tmux/tmux.h
diff options
context:
space:
mode:
authornicm <nicm@openbsd.org>2020-04-18 06:20:50 +0000
committernicm <nicm@openbsd.org>2020-04-18 06:20:50 +0000
commit6d02ba1306908d4527a3625d9a617326e8f0066b (patch)
treee615b7e748616b639cab07c0169b1c4d3b878086 /usr.bin/tmux/tmux.h
parentRevert previous, there is still a problem. (diff)
downloadwireguard-openbsd-6d02ba1306908d4527a3625d9a617326e8f0066b.tar.xz
wireguard-openbsd-6d02ba1306908d4527a3625d9a617326e8f0066b.zip
Add a flag to protect against nested syncs and add some extra logging to
redrawing.
Diffstat (limited to 'usr.bin/tmux/tmux.h')
-rw-r--r--usr.bin/tmux/tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.bin/tmux/tmux.h b/usr.bin/tmux/tmux.h
index 4044ece63df..37d2536e3f4 100644
--- a/usr.bin/tmux/tmux.h
+++ b/usr.bin/tmux/tmux.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: tmux.h,v 1.1003 2020/04/18 06:15:07 nicm Exp $ */
+/* $OpenBSD: tmux.h,v 1.1004 2020/04/18 06:20:50 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicholas.marriott@gmail.com>
@@ -1244,6 +1244,7 @@ struct tty {
#define TTY_BLOCK 0x80
#define TTY_HAVEDA 0x100
#define TTY_HAVEDSR 0x200
+#define TTY_SYNCING 0x400
int flags;
struct tty_term *term;