Files
kitty/kittens/dnd/drop.go
2026-04-23 08:51:28 +05:30

11 lines
97 B
Go

package dnd
import (
"fmt"
)
var _ = fmt.Print
const copy_on_drop = 1
const move_on_drop = 2