| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2016-11-07 | Prepare for termbox/windows build | Junegunn Choi | |
| `TAGS=termbox make` (or `go build -tags termbox`) | |||
| 2016-10-30 | Update ANSI processor to ignore ^N and ^O | Junegunn Choi | |
| This reverts commit 02c6ad0e59be75981baeb1f41cb0bad03aad1c6b. | |||
| 2016-10-30 | Strip ^N and ^O from preview output | Junegunn Choi | |
| https://github.com/junegunn/fzf/issues/391#issuecomment-257090266 e.g. fzf --preview 'printf "$(tput setaf 2)foo$(tput sgr0)bar\nbar\n"' | |||
| 2016-10-21 | Set foreground color without affecting background | Junegunn Choi | |
| Close #712 | |||
| 2016-09-29 | Add support for more ANSI color attributes (#674) | Junegunn Choi | |
| Dim, underline, blink, reverse | |||
| 2016-06-11 | Add --preview and --preview-window | Junegunn Choi | |
| Close #587 | |||
| 2016-06-11 | Ignore controls chars for bracketed paste mode | Junegunn Choi | |
| Close #594 | |||
| 2016-05-18 | More named keys: F5 ~ F10, ALT-/ | Junegunn Choi | |
| 2016-05-13 | Allow alt-enter and alt-space for --bind (#571) | Junegunn Choi | |
| 2016-05-11 | Determine 256-color capability using tigetnum("colors") | Junegunn Choi | |
| Close #570 | |||
| 2015-11-20 | Merge pull request #380 from acornejo/android | Junegunn Choi | |
| Add android build: `make android` | |||
| 2015-11-18 | add android build | Alex Cornejo | |
| 2015-10-23 | Fix #391 - Strip non-printable characters | Junegunn Choi | |
| 2015-10-13 | Add bindable double-click event (#374) | Junegunn Choi | |
| 2015-10-12 | [build] Link libncursesw when building 64-bit linux binary | Junegunn Choi | |
| Close #376 | |||
| 2015-10-05 | Fix invalid interrupt handler during execute action | Junegunn Choi | |
| Interrupt handling during execute action was not serialized and often caused crash, failed to restore the terminal state. | |||
| 2015-09-22 | Use build tags to enable static linking | Junegunn Choi | |
| 2015-09-20 | Build linux binary on Centos | Junegunn Choi | |
| 2015-09-19 | Build partially-static binary for linux (#350) | Junegunn Choi | |
| Instead of building a separate statically-linked binary, build partially-static binary that only contains ncurses to avoid compatibility issues in libc. | |||
| 2015-09-15 | Change exit status (0: OK, 1: No match, 2: Error/Interrupted) | Junegunn Choi | |
| A la grep. Close #345 | |||
| 2015-07-28 | Do not proceed if $TERM is invalid | Junegunn Choi | |
| Related #305 | |||
| 2015-07-22 | Remove cbreak before raw | Junegunn Choi | |
| 2015-07-22 | Adjust header color for dark color scheme | Junegunn Choi | |
| 2015-07-22 | Add --header-file option | Junegunn Choi | |
| 2015-06-16 | Add key name "bspace" for --bind (bspace != ctrl-h) | Junegunn Choi | |
| 2015-06-16 | Allow binding CTRL-G and CTRL-Q | Junegunn Choi | |
| 2015-06-07 | Use ncurses's newterm instead of swapping stdout and stderr | Dominik Honnef | |
| 2015-06-03 | Color customization (#245) | Junegunn Choi | |
| 2015-05-21 | Custom key binding support (#238) | Junegunn Choi | |
| 2015-04-18 | Add `--color=[dark|light|16|bw]` option | Junegunn Choi | |
| - dark: the current default for 256-color terminal - light: color scheme for 256-color terminal with light background - 16: the default color scheme for 16-color terminal (`+2`) - bw: no colors (`+c`) | |||
| 2015-04-16 | Remove unused variable | Junegunn Choi | |
| 2015-04-14 | Fix #185 - Terminate on RuneError | Junegunn Choi | |
| 2015-03-29 | Implement --expect option to support simple key bindings (#163) | Junegunn Choi | |
| 2015-03-19 | Add support for ANSI color codes | Junegunn Choi | |
| 2015-01-23 | Redraw and adjust upon terminal resize | Junegunn Choi | |
| 2015-01-12 | Lint | Junegunn Choi | |
| 2015-01-08 | Remove call to ncurses set_tabsize() | Junegunn Choi | |
| Not available on old verions of ncurses | |||
| 2015-01-07 | Fix i386 build | Junegunn Choi | |
| 2015-01-04 | Rewrite fzf in Go | Junegunn Choi | |
