Deze website werkt beter met JavaScript.
Beginscherm
Help
Inloggen
cacalabs
/
toilet
kopie van
https://github.com/cacalabs/toilet.git
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
* Do not try to autocrop a canvas that has only spaces.
pull/1/head
Sam Hocevar
sam
18 jaren geleden
bovenliggende
808a270565
commit
e80a522fcc
1 gewijzigde bestanden
met
toevoegingen van 3
en
0 verwijderingen
Zij-aan-zij weergave
Diff opties
Statistieken weergeven
Download Patch-bestand
Download Diff-bestand
+3
-0
src/filters.c
+ 3
- 0
src/filters.c
Bestand weergeven
@@ -51,6 +51,9 @@ void filter_autocrop(cucul_canvas_t *cv)
}
}
if(xmax < xmin || ymax < ymin)
return;
cucul_set_canvas_boundaries(cv, xmin, ymin,
xmax - xmin + 1, ymax - ymin + 1);
}
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan