mirror of
https://github.com/tmux/tmux.git
synced 2025-09-04 06:56:58 +00:00
Merge branch 'obsd-master'
This commit is contained in:
6
tmux.h
6
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;
|
||||
|
||||
|
Reference in New Issue
Block a user