mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-25 02:17:03 +00:00
...
This commit is contained in:
parent
a3777694fd
commit
905e72baa2
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue