Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
cacalabs
/
libcaca
kopie van
https://github.com/cacalabs/libcaca.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
7
Wiki
Activiteit
Bladeren bron
* Minor cosmetic changes in the test programs.
tags/v0.99.beta14
Sam Hocevar
sam
19 jaren geleden
bovenliggende
47229fa0b3
commit
b01cccf54b
2 gewijzigde bestanden
met
toevoegingen van 4
en
1 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+1
-1
test/dithering.c
+3
-0
test/truecolor.c
+ 1
- 1
test/dithering.c
Bestand weergeven
@@ -30,7 +30,7 @@ unsigned int points[] =
CUCUL_COLOR_LIGHTRED
};
char density[] = "
-
,+:;o&%w$W@#";
char density[] = "
'
,+:;o&%w$W@#";
int main(void)
{
+ 3
- 0
test/truecolor.c
Bestand weergeven
@@ -45,6 +45,9 @@ int main(void)
cucul_putstr(qq, x * 2, y, "CA");
}
cucul_set_color(qq, CUCUL_COLOR_WHITE, CUCUL_COLOR_LIGHTBLUE);
cucul_putstr(qq, 2, 1, " truecolor libcaca ");
caca_display(kk);
caca_get_event(kk, CACA_EVENT_KEY_PRESS, &ev, -1);
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan