Browse Source

* Make the export test 80 columns wide, so that the ANSI we generate can

be read by other programs.
tags/v0.99.beta14
Sam Hocevar sam 18 years ago
parent
commit
29da35e1f4
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      test/export.c

+ 1
- 1
test/export.c View File

@@ -24,7 +24,7 @@


#include "cucul.h" #include "cucul.h"


#define WIDTH 60
#define WIDTH 80
#define HEIGHT 32 #define HEIGHT 32


uint32_t pixels[256*256]; uint32_t pixels[256*256];


Loading…
Cancel
Save