This is a better fix for OS X stupidity.

This commit is contained in:
Nicholas Marriott
2009-08-19 09:00:06 +00:00
parent 3f7e2589cd
commit 620402a833
8 changed files with 23 additions and 27 deletions

3
tmux.h
View File

@ -1,4 +1,4 @@
/* $Id: tmux.h,v 1.418 2009-08-16 19:26:49 tcunha Exp $ */
/* $OpenBSD: tmux.h,v 1.86 2009/08/18 21:41:13 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@ -610,6 +610,7 @@ struct input_ctx {
u_char *buf;
size_t len;
size_t off;
size_t was;
struct grid_cell cell;