Merge branch 'master' into sixel

This commit is contained in:
Nicholas Marriott
2022-04-01 10:14:15 +01:00
49 changed files with 1880 additions and 379 deletions

View File

@ -554,7 +554,7 @@ sixel_to_screen(struct sixel_image *si)
grid_view_set_cell(s->grid, x, y, &gc);
}
} else {
screen_write_box(&ctx, sx, sy);
screen_write_box(&ctx, sx, sy, BOX_LINES_DEFAULT, NULL, NULL);
for (y = 1; y < sy - 1; y++) {
for (x = 1; x < sx - 1; x++)
grid_view_set_cell(s->grid, x, y, &gc);