summaryrefslogtreecommitdiff
path: root/uuterm.h
diff options
context:
space:
mode:
Diffstat (limited to 'uuterm.h')
-rw-r--r--uuterm.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/uuterm.h b/uuterm.h
index defe16f..9663a64 100644
--- a/uuterm.h
+++ b/uuterm.h
@@ -66,7 +66,7 @@ struct uudisp
int w, h;
int inlen;
unsigned char *intext;
- unsigned char inbuf[16];
+ unsigned char inbuf[64];
int blink;
void *font;
long priv[64];