mirror of
https://github.com/kovidgoyal/kitty
synced 2026-07-23 08:47:47 +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
|
|
}
|