diff libnnchat.h @ 328:a8bda904846c

More work towards a working backbuffer implementation.
author Matti Hamalainen <ccr@tnsp.org>
date Tue, 14 Jun 2011 09:02:01 +0300
parents c086345d176b
children 8e509d6546d3
line wrap: on
line diff
--- a/libnnchat.h	Mon Jun 13 15:08:51 2011 +0300
+++ b/libnnchat.h	Tue Jun 14 09:02:01 2011 +0300
@@ -83,6 +83,7 @@
     
     char *buf;
     size_t len, bufsize;
+    size_t chlen;
 } nn_window_t;