Skip to content
Snippets Groups Projects
Commit 94a2bcde authored by deuce's avatar deuce
Browse files

Yep, it was repeat... graphics look good now.

parent c9690527
No related branches found
No related tags found
No related merge requests found
...@@ -1318,7 +1318,7 @@ void draw_sixel(struct cterminal *cterm, char *str) ...@@ -1318,7 +1318,7 @@ void draw_sixel(struct cterminal *cterm, char *str)
// TODO: Check X // TODO: Check X
if (repeat) if (repeat)
repeat--; repeat--;
else if (!repeat)
p++; p++;
} }
else { else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment