Bladeren bron

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

tags/v0.99.beta14
Sam Hocevar sam 18 jaren geleden
bovenliggende
commit
9d6bd7b322
1 gewijzigde bestanden met toevoegingen van 0 en 1 verwijderingen
  1. +0
    -1
      cucul/import.c

+ 0
- 1
cucul/import.c Bestand weergeven

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


Laden…
Annuleren
Opslaan