caps-rendered: differentiate sixel v kitty

pull/1516/head
nick black 3 years ago
parent 1f33ada62e
commit 35e44d81c5
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -28,7 +28,7 @@ tinfo_debug_caps(const tinfo* ti, FILE* debugfp, int rows, int cols,
if(!ti->sixel_supported){
fprintf(debugfp, "%sdidn't detect bitmap graphics support\n", indent);
}else if(ti->sixel_maxy || ti->color_registers){
fprintf(debugfp, "%smax bitmap size: %dx%d colorregs: %u\n",
fprintf(debugfp, "%smax sixel size: %dx%d colorregs: %u\n",
indent, ti->sixel_maxy, ti->sixel_maxx, ti->color_registers);
}else{
fprintf(debugfp, "%sRGBA pixel graphics supported\n", indent);

Loading…
Cancel
Save