mirror of
https://github.com/tmux/tmux.git
synced 2025-09-07 10:27:00 +00:00
Merge branch 'master' into sixel
This commit is contained in:
2
sixel.c
2
sixel.c
@ -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);
|
||||
|
Reference in New Issue
Block a user