From 29da35e1f4ad5bfb36af6abb57aeb991f2a7c791 Mon Sep 17 00:00:00 2001 From: Sam Hocevar Date: Fri, 5 May 2006 15:19:44 +0000 Subject: [PATCH] * Make the export test 80 columns wide, so that the ANSI we generate can be read by other programs. --- test/export.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/export.c b/test/export.c index 38854b5..50d3b89 100644 --- a/test/export.c +++ b/test/export.c @@ -24,7 +24,7 @@ #include "cucul.h" -#define WIDTH 60 +#define WIDTH 80 #define HEIGHT 32 uint32_t pixels[256*256];