aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2020-06-05 14:01:19 +0100
committerThomas Adam <thomas@xteddy.org>2020-06-05 14:01:19 +0100
commit92c8cc17c3ec1dfbad83876b9308b107fbfab119 (patch)
treebc321c9e05b48bb023207862b767a2a3f9577569 /tmux.h
parent47a5afe5bf91f0525aacba691829a36156213e17 (diff)
parentd919fa1ed0ea3b167ffc811abba26a2dbcd20631 (diff)
downloadrtmux-92c8cc17c3ec1dfbad83876b9308b107fbfab119.tar.gz
rtmux-92c8cc17c3ec1dfbad83876b9308b107fbfab119.tar.bz2
rtmux-92c8cc17c3ec1dfbad83876b9308b107fbfab119.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 2 insertions, 4 deletions
diff --git a/tmux.h b/tmux.h
index 6119e8a8..dff79a83 100644
--- a/tmux.h
+++ b/tmux.h
@@ -930,9 +930,6 @@ struct window_pane {
u_int sx;
u_int sy;
- u_int osx;
- u_int osy;
-
u_int xoff;
u_int yoff;
@@ -953,7 +950,7 @@ struct window_pane {
#define PANE_STATUSDRAWN 0x400
#define PANE_EMPTY 0x800
#define PANE_STYLECHANGED 0x1000
-#define PANE_RESIZED 0x2000
+#define PANE_RESIZENOW 0x2000
int argc;
char **argv;
@@ -971,6 +968,7 @@ struct window_pane {
size_t base_offset;
struct event resize_timer;
+ struct event force_timer;
struct input_ctx *ictx;