aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 63f75577..0c5d2686 100644
--- a/tmux.h
+++ b/tmux.h
@@ -815,7 +815,7 @@ struct session {
#define SESSION_DEAD 0x2
int flags;
- struct termios tio;
+ struct termios *tio;
struct environ environ;