This commit is contained in:
Kovid Goyal 2025-11-24 10:20:58 +05:30
parent a3777694fd
commit 905e72baa2
No known key found for this signature in database
GPG key ID: 06BC317B515ACE7C

View file

@ -189,7 +189,7 @@ features of the graphics protocol:
first="y"
base64 "$base64_flag" 4096 "$1" | while IFS= read -r chunk; do
printf "\033_G"
[ $first = "y" ] && printf "a=T,f=100,"
[ $first != "n" ] && printf "a=T,f=100,"
first="n"
printf "m=1;%s\033\\" "${chunk}"
done