Ce site fonctionne mieux avec JavaScript.
Accueil
Aide
Connexion
cacalabs
/
libcaca
miroir de
https://github.com/cacalabs/libcaca.git
Suivre
1
Ajouter aux favoris
0
Bifurcation
0
Code
Tickets
0
Versions
7
Wiki
Activité
Parcourir la source
change to allow use with cocoa driver; also, a keypress now stops these demos early
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
il y a 16 ans
Parent
a6666c9d2e
révision
c3a51a49bf
2 fichiers modifiés
avec
2 ajouts
et
2 suppressions
Vue séparée
Option de Diff
Voir les Statistiques
Télécharger le Fichier Patch
Télécharger le Fichier des Différences
+1
-1
caca-php/examples/dithering.php
+1
-1
caca-php/examples/polyline.php
+ 1
- 1
caca-php/examples/dithering.php
Voir le fichier
@@ -27,6 +27,6 @@ if (!$display)
caca_dither_bitmap($canvas, 0, 0, caca_get_canvas_width($canvas), caca_get_canvas_height($canvas), $dither, $img);
caca_refresh_display($display);
sleep(5
);
caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000
);
?>
+ 1
- 1
caca-php/examples/polyline.php
Voir le fichier
@@ -48,6 +48,6 @@ for ($i = 0; $i < 10; $i++) {
caca_put_str($canvas, 1, 1, "Caca forever...");
caca_refresh_display($display);
sleep(5
);
caca_get_event($display, CACA_EVENT_KEY_PRESS, 5000000
);
?>
Écrire
Aperçu
Chargement…
Annuler
Enregistrer