cleaner 258 B

12345
  1. #!/bin/sh
  2. # This only runs when the preview needs to be wiped
  3. # This is the raw Kitty Graphics Protocol escape sequence to delete all images.
  4. # It is 100% silent and won't trigger those weird symbols like with kitten.
  5. printf "\033_Gi=31,a=d\033\\" >/dev/tty