summaryrefslogtreecommitdiffstats
path: root/src/terminal.go
AgeCommit message (Expand)Author
2015-08-02Performance tuning - eager rune array conversionJunegunn Choi
2015-08-02LintJunegunn Choi
2015-07-27Fix mouse scroll when --margin is setJunegunn Choi
2015-07-26Add --margin optionJunegunn Choi
2015-07-23Replace eof action with cancel (#289)Junegunn Choi
2015-07-23Bind CTRL-D to the new delete-char/eof actionJunegunn Choi
2015-07-22Add "eof" action which closes the finder only when input is emptyJunegunn Choi
2015-07-22Fix header not shown when the lines go beyond the screen limitJunegunn Choi
2015-07-22Fix ANSI processor to handle multi-line regionsJunegunn Choi
2015-07-22Add test cases for header and fix corner casesJunegunn Choi
2015-07-22Add --header-lines optionJunegunn Choi
2015-07-22Redraw of header on resizeJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-06-19Improve handling of key namesJunegunn Choi
2015-06-18Keep the spinner spinning even when the source stream is idleJunegunn Choi
2015-06-16Add --cycle option for cyclic scrollingJunegunn Choi
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