Quantcast
Channel: Latest commits for file sixel.c
Viewing all articles
Browse latest Browse all 72

sixel: erase: fix clearing of cell->attrs.clean

$
0
0
sixel: erase: fix clearing of cell->attrs.clean When erasing a sixel, the cells underneath it must be marked as 'dirty', in order to be re-rendered. This was not being done correctly; the for loop loops *from* the start col, meaning the *end* col is *not* sixel->pos.col, as that's the *number* of columns, not the *end* column.

Viewing all articles
Browse latest Browse all 72

Trending Articles