Sync OpenBSD patchset 1011:

Remove unused backoff code that doesn't do any good.
This commit is contained in:
Tiago Cunha
2012-01-23 12:24:00 +00:00
parent 4d80980e50
commit a34a72d2d9
2 changed files with 1 additions and 46 deletions

3
tmux.h
View File

@ -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;