mirror of
https://github.com/tmux/tmux.git
synced 2025-09-03 22:43:58 +00:00
Restore window title handling.
This commit is contained in:
6
tmux.h
6
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;
|
||||
|
Reference in New Issue
Block a user