aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-23 12:24:00 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-23 12:24:00 +0000
commita34a72d2d915d9a1f24d1643132352ce3c07f82a (patch)
treeeb3cf75035aa4816f967f12ab257135e4485aa17 /tmux.h
parent4d80980e50f886fbb168db13bd04da8988f9e498 (diff)
downloadrtmux-a34a72d2d915d9a1f24d1643132352ce3c07f82a.tar.gz
rtmux-a34a72d2d915d9a1f24d1643132352ce3c07f82a.tar.bz2
rtmux-a34a72d2d915d9a1f24d1643132352ce3c07f82a.zip
Sync OpenBSD patchset 1011:
Remove unused backoff code that doesn't do any good.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index f1da2b50..162bee00 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1164,8 +1164,7 @@ struct client {
#define CLIENT_DEAD 0x200
#define CLIENT_BORDERS 0x400
#define CLIENT_READONLY 0x800
-#define CLIENT_BACKOFF 0x1000
-#define CLIENT_REDRAWWINDOW 0x2000
+#define CLIENT_REDRAWWINDOW 0x1000
int flags;
struct event identify_timer;