summaryrefslogtreecommitdiffstats
path: root/src/constants.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/constants.go')
-rw-r--r--src/constants.go9
1 files changed, 5 insertions, 4 deletions
diff --git a/src/constants.go b/src/constants.go
index 80eb6345..a8715700 100644
--- a/src/constants.go
+++ b/src/constants.go
@@ -1,14 +1,15 @@
package fzf
+import (
+ "github.com/junegunn/fzf/src/util"
+)
+
// Current version
const Version = "0.9.0"
-// EventType is the type for fzf events
-type EventType int
-
// fzf events
const (
- EvtReadNew EventType = iota
+ EvtReadNew util.EventType = iota
EvtReadFin
EvtSearchNew
EvtSearchProgress