aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 5 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index 4851ffe9..b205017c 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.31 2007-10-01 14:53:29 nicm Exp $ */
+/* $Id: tmux.h,v 1.32 2007-10-01 17:37:41 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -430,6 +430,10 @@ struct input_ctx {
struct buffer *b;
struct screen *s;
+ u_char title_buf[MAXTITLELEN];
+ size_t title_len;
+ u_int title_type;
+
void *(*state)(u_char, enum input_class, struct input_ctx *);
u_char private;