mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-13 20:14:12 +02:00
11 lines
97 B
Go
11 lines
97 B
Go
package dnd
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
var _ = fmt.Print
|
|
|
|
const copy_on_drop = 1
|
|
const move_on_drop = 2
|