kitty/kittens/dnd
Kovid Goyal 8996aa798c
dnd kitten: Create regular files with O_EXCL to avoid symlink attacks
This is not really needed as the terminal emulator should be de
duplicating directory entries anyway but no harm in defense in depth.
2026-06-03 12:17:38 +05:30
..
__init__.py Skeleton for dnd kitten 2026-04-14 11:20:30 +05:30
drag.go Handle small reads from files correctly 2026-05-17 13:50:41 +05:30
drop.go dnd kitten: Create regular files with O_EXCL to avoid symlink attacks 2026-06-03 12:17:38 +05:30
drop_test.go Fix redundant condition and misleading comment in buildTree helper 2026-04-27 03:04:15 +00:00
main.go Refactor dnd kitten: track num_dropped_files instead of data_has_been_dropped 2026-05-18 08:44:07 +00:00
main.py Drag source delete on drop should only be done for remote drops 2026-05-05 21:49:42 +05:30
render.go Simplify message formatting in render.go 2026-05-18 08:46:34 +00:00