aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-04-17 10:01:13 +0100
committerThomas Adam <thomas@xteddy.org>2017-04-17 10:01:13 +0100
commit28833efb4801aedd43f4fc119d4fe841fde848eb (patch)
tree9678d0e104544816b08bf75cbab5e28a3e575088 /tmux.h
parentd912687be76891cdf5d124d278bf42b0bebd3106 (diff)
parent175d1854d4b5886c5ad8a77c153ced2b8f15621a (diff)
downloadrtmux-28833efb4801aedd43f4fc119d4fe841fde848eb.tar.gz
rtmux-28833efb4801aedd43f4fc119d4fe841fde848eb.tar.bz2
rtmux-28833efb4801aedd43f4fc119d4fe841fde848eb.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 12847f1e..3deab57d 100644
--- a/tmux.h
+++ b/tmux.h
@@ -820,7 +820,7 @@ struct window {
int flags;
#define WINDOW_BELL 0x1
#define WINDOW_ACTIVITY 0x2
-#define WINDOW_REDRAW 0x4
+/* 0x4 unused */
#define WINDOW_SILENCE 0x8
#define WINDOW_ZOOMED 0x1000
#define WINDOW_FORCEWIDTH 0x2000
@@ -1336,7 +1336,7 @@ struct client {
#define CLIENT_DEAD 0x200
#define CLIENT_BORDERS 0x400
#define CLIENT_READONLY 0x800
-#define CLIENT_REDRAWWINDOW 0x1000
+/* 0x1000 unused */
#define CLIENT_CONTROL 0x2000
#define CLIENT_CONTROLCONTROL 0x4000
#define CLIENT_FOCUSED 0x8000