소스 검색

* 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 */


불러오는 중...
취소
저장