kitty: undo C=1 thinko, ugh #1733

pull/1742/head
nick black 3 years ago
parent 852cde9a75
commit 9d47666dfe
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -443,7 +443,7 @@ write_kitty_data(FILE* fp, int linesize, int leny, int lenx, int cols,
//fprintf(stderr, "total: %d chunks = %d, s=%d,v=%d\n", total, chunks, lenx, leny);
while(chunks--){
if(totalout == 0){
*parse_start = fprintf(fp, "\e_Gf=32,s=%d,v=%d,i=%d,a=T,%C=1;",
*parse_start = fprintf(fp, "\e_Gf=32,s=%d,v=%d,i=%d,a=T,%c=1;",
lenx, leny, sprixelid, chunks ? 'm' : 'q');
}else{
fprintf(fp, "\e_G%sm=%d;", chunks ? "" : "q=2,", chunks ? 1 : 0);

Loading…
Cancel
Save