mirror of
https://github.com/junegunn/fzf.git
synced 2025-11-14 22:33:47 -05:00
Rewrite fzf in Go
This commit is contained in:
12
src/constants.go
Normal file
12
src/constants.go
Normal file
@@ -0,0 +1,12 @@
|
||||
package fzf
|
||||
|
||||
const VERSION = "0.9.0"
|
||||
|
||||
const (
|
||||
EVT_READ_NEW EventType = iota
|
||||
EVT_READ_FIN
|
||||
EVT_SEARCH_NEW
|
||||
EVT_SEARCH_PROGRESS
|
||||
EVT_SEARCH_FIN
|
||||
EVT_CLOSE
|
||||
)
|
||||
Reference in New Issue
Block a user