Explorar el Código

* Replace CUCUL_COLOR_* with CUCUL_*.

tags/v0.99.beta14
Sam Hocevar sam hace 18 años
padre
commit
757f234c4c
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      doc/tutorial.dox

+ 1
- 1
doc/tutorial.dox Ver fichero

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


Cargando…
Cancelar
Guardar