aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2009-08-19 09:00:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2009-08-19 09:00:06 +0000
commit620402a833a4e42590a26390d2b7a39fd39e3ea9 (patch)
treee51054af412411f92f070c5cdc5b4fa53c79e1a0 /tmux.h
parent3f7e2589cdc27b59499806caa4d945f5c808d360 (diff)
downloadrtmux-620402a833a4e42590a26390d2b7a39fd39e3ea9.tar.gz
rtmux-620402a833a4e42590a26390d2b7a39fd39e3ea9.tar.bz2
rtmux-620402a833a4e42590a26390d2b7a39fd39e3ea9.zip
This is a better fix for OS X stupidity.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index e5c1d860..db789cc9 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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;