Explorar el Código

* Do not force the text colour when importing a text file.

tags/v0.99.beta14
Sam Hocevar sam hace 18 años
padre
commit
9d6bd7b322
Se han modificado 1 ficheros con 0 adiciones y 1 borrados
  1. +0
    -1
      cucul/import.c

+ 0
- 1
cucul/import.c Ver fichero

@@ -306,7 +306,6 @@ static long int import_text(cucul_canvas_t *cv,
unsigned int width = 0, height = 0, x = 0, y = 0, i;

cucul_set_canvas_size(cv, width, height);
cucul_set_color_ansi(cv, CUCUL_DEFAULT, CUCUL_TRANSPARENT);

for(i = 0; i < size; i++)
{


Cargando…
Cancelar
Guardar