This website works better with JavaScript.
首頁
說明
登入
cacalabs
/
libcaca
镜像来自
https://github.com/cacalabs/libcaca.git
關註
1
收藏
0
複製
0
程式碼
問題管理
0
版本發佈
7
Wiki
Activity
瀏覽代碼
change to allow use with cocoa driver; also, a keypress now stops these demos early
tags/v0.99.beta17
Ben Wiley Sittler
bsittler
16 年之前
父節點
a6666c9d2e
當前提交
c3a51a49bf
共有
2 個文件被更改
,包括
2 次插入
和
2 次删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
caca-php/examples/dithering.php
+1
-1
caca-php/examples/polyline.php
+ 1
- 1
caca-php/examples/dithering.php
查看文件
@@ -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
查看文件
@@ -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
);
?>
Write
Preview
Loading…
取消
儲存