Files
kitty/kitty_tests/graphics.py
Kovid Goyal e6d7e91000 Avoid using lseek() to track disk cache file write offset
It's slow and not thread safe.
We use pwrite() so it's not reliable anyway.
2025-11-17 11:16:30 +05:30

53 KiB