mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-08 14:18:26 +02:00
12 lines
92 B
Go
12 lines
92 B
Go
package dnd
|
|
|
|
import (
|
|
"fmt"
|
|
)
|
|
|
|
var _ = fmt.Print
|
|
|
|
type drag_status struct {
|
|
active bool
|
|
}
|