iterm2 update

This commit is contained in:
2025-10-28 21:09:24 +01:00
parent 0370d09946
commit f1e3df69a8
3 changed files with 41 additions and 7 deletions

View File

@@ -52,7 +52,7 @@ do
wc -c "$fn" | awk '{printf "size=%d",$1}'
print_st
parts=$(b64_encode < "$fn" | fold -w 256)
parts=$(b64_encode < "$fn" | fold -w 200)
for part in $parts; do
print_osc
printf '1337;FilePart=%s' "$part"