diff options
author | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-24 15:40:59 +0000 |
---|---|---|
committer | Nicholas Marriott <nicholas.marriott@gmail.com> | 2007-10-24 15:40:59 +0000 |
commit | 4df168c9862acfb8de32cd6c57bfdf48b8c43372 (patch) | |
tree | e2343195c6a562f3a7f14c7ffa186f11090a5906 /tmux.h | |
parent | ebeb14211d978d6dfdf7d49bc4de8ce23acb8698 (diff) | |
download | rtmux-4df168c9862acfb8de32cd6c57bfdf48b8c43372.tar.gz rtmux-4df168c9862acfb8de32cd6c57bfdf48b8c43372.tar.bz2 rtmux-4df168c9862acfb8de32cd6c57bfdf48b8c43372.zip |
Use local var and pull screen out of ictx.
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 5 |
1 files changed, 1 insertions, 4 deletions
@@ -1,4 +1,4 @@ -/* $Id: tmux.h,v 1.68 2007-10-24 15:29:28 nicm Exp $ */ +/* $Id: tmux.h,v 1.69 2007-10-24 15:40:59 nicm Exp $ */ /* * Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net> @@ -370,14 +370,11 @@ struct input_arg { struct input_ctx { struct window *w; struct buffer *b; - struct screen *s; u_char *buf; size_t len; size_t off; - struct buffer *replyb; /* replies to information requests */ - u_char title_buf[MAXTITLELEN]; size_t title_len; u_int title_type; |