sixel: don't erase image when printing text *next* to it.

This commit is contained in:
Daniel Eklöf 2020-06-06 13:59:46 +02:00
parent a08e7f358f
commit 21e9031420
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
3 changed files with 20 additions and 5 deletions

View file

@ -96,6 +96,7 @@ struct sixel {
int width;
int height;
int rows;
int cols;
struct coord pos;
};