Переглянути джерело

* 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 20 роки тому
джерело
коміт
29da35e1f4
1 змінених файлів з 1 додано та 1 видалено
  1. +1
    -1
      test/export.c

+ 1
- 1
test/export.c Переглянути файл

@@ -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];


Завантаження…
Відмінити
Зберегти