summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
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