1
0
mirror of https://github.com/tmate-io/tmate-ssh-server.git synced 2020-11-18 19:53:51 -08:00

Missing PANE_RESIZE define.

This commit is contained in:
Nicholas Marriott 2013-02-22 21:47:34 +00:00
parent dbd8e47846
commit 1994ae4640

1
tmux.h
View File

@ -928,6 +928,7 @@ struct window_pane {
#define PANE_REDRAW 0x1
#define PANE_DROP 0x2
#define PANE_FOCUSED 0x4
#define PANE_RESIZE 0x8
char *cmd;
char *shell;