summaryrefslogtreecommitdiffstats
path: root/src/util/util.go
AgeCommit message (Expand)Author
2018-04-12Do not print non-displayable charactersJunegunn Choi
2017-06-01Use glide to handle go dependenciesEdgar Lee
2017-01-09Make util.RuneWidth return 1 for non-displayable charactersJunegunn Choi
2017-01-08Add --height optionJunegunn Choi
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-09-18Revise ranking algorithmJunegunn Choi
2016-08-19Micro-optimizationsJunegunn Choi
2016-08-14[perf] evaluateBonus can start from sidx - 1Junegunn Choi
2016-08-14[perf] Optimize AWK-style tokenizer for --nthJunegunn Choi
2016-08-14[perf] Avoid allocating rune array for ascii stringJunegunn Choi
2016-03-02Add --hscroll-off=COL optionJunegunn Choi
2016-02-07Use $SHELL to start $FZF_DEFAULT_COMMAND (#481)Junegunn Choi
2015-10-02Use trimmed length when --nth is used with --tiebreak=lengthJunegunn Choi
2015-08-02GoLintJunegunn Choi
2015-08-02Performance fix - unnecessary rune convertion on --ansiJunegunn Choi
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-04-16Add --no-hscroll option to disable horizontal scrollJunegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi