mirror of
https://github.com/tmux/tmux.git
synced 2025-09-05 08:07:03 +00:00
Merge branch 'obsd-master'
This commit is contained in:
5
tmux.h
5
tmux.h
@ -485,6 +485,7 @@ struct msg_stderr_data {
|
||||
#define MODE_FOCUSON 0x800
|
||||
#define MODE_MOUSE_ALL 0x1000
|
||||
|
||||
#define ALL_MODES 0xffffff
|
||||
#define ALL_MOUSE_MODES (MODE_MOUSE_STANDARD|MODE_MOUSE_BUTTON|MODE_MOUSE_ALL)
|
||||
|
||||
/*
|
||||
@ -1087,9 +1088,9 @@ struct tty {
|
||||
|
||||
/* TTY command context. */
|
||||
struct tty_ctx {
|
||||
struct window_pane *wp;
|
||||
struct window_pane *wp;
|
||||
|
||||
const struct grid_cell *cell;
|
||||
const struct grid_cell *cell;
|
||||
|
||||
u_int num;
|
||||
void *ptr;
|
||||
|
Reference in New Issue
Block a user