summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2015-06-16Add key name "bspace" for --bind (bspace != ctrl-h)Junegunn Choi
2015-06-14Add bind action for executing arbitrary command (#265)Junegunn Choi
2015-06-14GoLint fixJunegunn Choi
2015-06-14Fix ignore actionJunegunn Choi
2015-06-14Add `ignore` action for --bindJunegunn Choi
2015-06-14Add support for search historyJunegunn Choi
2015-06-09Add actions for --bind: select-all / deselect-all / toggle-allJunegunn Choi
2015-06-07Always use the same color for multi-select markersJunegunn Choi
2015-05-21Add unbound "toggle" action for customizationJunegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-04-25Print info after prompt on redrawJunegunn Choi
2015-04-21Add --inline-info optionJunegunn Choi
2015-04-21Fix double-click result when scroll offset is positiveJunegunn Choi
2015-04-18Add `--color=[dark|light|16|bw]` optionJunegunn Choi
2015-04-17Improvements in performance and memory usageJunegunn Choi
2015-04-16Fix sort control from TerminalJunegunn Choi
2015-04-16Add visual indication of --toggle-sortJunegunn Choi
2015-04-16Add --no-hscroll option to disable horizontal scrollJunegunn Choi
2015-03-31Implement --toggle-sort option (#173)Junegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-03-22Respect "boldness" of input stringJunegunn Choi
2015-03-22Code cleanupJunegunn Choi
2015-03-19Fix string truncationJunegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-02-26Add --tac option and reverse display order of --no-sortJunegunn Choi
2015-02-18Make --select-1 and --exit-0 asynchronousJunegunn Choi
2015-01-24Fix error when --query contains wide-length charactersJunegunn Choi
2015-01-24Improve rendering performance by caching rune widthsJunegunn Choi
2015-01-23Redraw and adjust upon terminal resizeJunegunn Choi
2015-01-18Improved handling of tab charactersJunegunn Choi
2015-01-17Print selected items in the order they are selectedJunegunn Choi
2015-01-17Fix CTRL-Y key bindingJunegunn Choi
2015-01-15Fix error with empty list and release 0.9.1-devJunegunn Choi
2015-01-12Reorganize source codeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-11Avoid unnecessary update of search progressJunegunn Choi
2015-01-10Make sure that cy is properly limitedJunegunn Choi
2015-01-10Constrain cy in vmove()Junegunn Choi
2015-01-10Fix double click on an empty row not to close fzfJunegunn Choi
2015-01-10Fix incorrect behaviors of mouse events when --multi enabledJunegunn Choi
2015-01-10Improve response time by only looking at top-N itemsJunegunn Choi
2015-01-09Reduce memory footprintJunegunn Choi
2015-01-08Fix missing mutex unlockJunegunn Choi
2015-01-07Add small initial delay to screen updateJunegunn Choi
2015-01-06Remove unnecessary event dispatchJunegunn Choi
2015-01-05Fix mouse click offset when list is scrolledJunegunn Choi
2015-01-04Remove race conditions from screen updateJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi