m/fzf
1
0
mirror of https://github.com/junegunn/fzf.git synced 2025-11-15 23:03:47 -05:00

Drop ncurses dependency

Close #818
This commit is contained in:
Junegunn Choi
2017-01-22 14:13:37 +09:00
parent 6ccc12c332
commit ff248d566d
11 changed files with 135 additions and 22 deletions

View File

@@ -8,7 +8,7 @@ import (
const (
// Current version
version = "0.16.1"
version = "0.16.2-alpha"
// Core
coordinatorDelayMax time.Duration = 100 * time.Millisecond