ソースを参照

* Replace CUCUL_COLOR_* with CUCUL_*.

tags/v0.99.beta14
Sam Hocevar sam 18年前
コミット
757f234c4c
1個のファイルの変更1行の追加1行の削除
  1. +1
    -1
      doc/tutorial.dox

+ 1
- 1
doc/tutorial.dox ファイルの表示

@@ -25,7 +25,7 @@ int main(void)
/* Set window title */
caca_set_display_title(dp, "Hello!");
/* Choose drawing colours */
cucul_set_color(cv, CUCUL_COLOR_BLACK, CUCUL_COLOR_WHITE);
cucul_set_color_ansi(cv, CUCUL_BLACK, CUCUL_WHITE);
/* Draw a string at coordinates (0, 0) */
cucul_putstr(cv, 0, 0, "This is a message");
/* Refresh display */


読み込み中…
キャンセル
保存