This website works better with JavaScript.
Home
Help
Sign In
cacalabs
/
libcaca
mirror of
https://github.com/cacalabs/libcaca.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
7
Wiki
Activity
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
dcbcc123c4
commit
29da35e1f4
1 changed files
with
1 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
test/export.c
+ 1
- 1
test/export.c
View File
@@ -24,7 +24,7 @@
#include "cucul.h"
#include "cucul.h"
#define WIDTH
6
0
#define WIDTH
8
0
#define HEIGHT 32
#define HEIGHT 32
uint32_t pixels[256*256];
uint32_t pixels[256*256];
Write
Preview
Loading…
Cancel
Save