Przeglądaj źródła

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

tags/v0.99.beta14
Sam Hocevar sam 18 lat temu
rodzic
commit
9d6bd7b322
1 zmienionych plików z 0 dodań i 1 usunięć
  1. +0
    -1
      cucul/import.c

+ 0
- 1
cucul/import.c Wyświetl plik

@@ -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++)
{


Ładowanie…
Anuluj
Zapisz