| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2017-09-02 | Delete ncurses implementation | Junegunn Choi | |
| 2017-04-28 | Support CTRL-Z (SIGSTOP) | Junegunn Choi | |
| 2017-04-28 | Add support for ctrl-alt-[a-z] key chords | Junegunn Choi | |
| Close #906 | |||
| 2017-02-04 | Add --border option to draw horizontal lines above and below the finder | Junegunn Choi | |
| Goes well with --height | |||
| 2017-01-28 | Add support for ctrl-space key | Junegunn Choi | |
| Close #825 | |||
| 2017-01-22 | Drop ncurses dependency | Junegunn Choi | |
| Close #818 | |||
| 2017-01-16 | Optimize LightRenderer for slow terminals | Junegunn Choi | |
| 2017-01-11 | Print error message to stderr on unexpected exit | Junegunn Choi | |
| 2017-01-11 | Make preview renderer suspend early on line wrap | Junegunn Choi | |
| 2017-01-11 | Make fzf immediately quit when failed to read /dev/tty | Junegunn Choi | |
| Close #798 | |||
| 2017-01-08 | Add --height option | Junegunn Choi | |
| 2016-12-05 | Fix Linux build (#756) | Junegunn Choi | |
| 2016-12-05 | Truncate long lines in preview window | Junegunn Choi | |
| Add `:wrap` to --preview-window to wrap lines instead Close #756 | |||
| 2016-11-26 | [tcell] 24-bit color support | Junegunn Choi | |
| TAGS=tcell make install printf "\x1b[38;2;100;200;250mTRUECOLOR\x1b[m\n" | TERM=xterm-truecolor fzf --ansi | |||
| 2016-11-25 | Workaround for rendering glitch in case of short-lived input process | Junegunn Choi | |
| : | fzf --preview 'echo foo' | |||
| 2016-11-24 | [ncurses6] Suppress tui.Italic on ncurses 5 | Junegunn Choi | |
| 2016-11-24 | [ncurses6] Support italics | Junegunn Choi | |
| 2016-11-24 | [ncurses6] Use wcolor_set to support more than 256 color pairs | Junegunn Choi | |
| To build fzf with ncurses 6 on macOS: brew install homebrew/dupes/ncurses LDFLAGS="-L/usr/local/opt/ncurses/lib" make install | |||
| 2016-11-23 | Make escape delay configurable via ncurses standard $ESCDELAY | Junegunn Choi | |
| Also reduce the default delay to 50ms. We should not set it to 0ms as it breaks escape sequences on WSL. If 50ms is not enough, one can increase the delay by setting $ESCDELAY to a larger value. | |||
| 2016-11-23 | Do not ignore resize event from ncurses and tcell | Junegunn Choi | |
| 2016-11-19 | Fix --no-bold on --no-color | Junegunn Choi | |
| 2016-11-19 | Reduce ESC delay to 100ms | Junegunn Choi | |
| 2016-11-19 | Revamp escape sequence processing for WSL | Junegunn Choi | |
| Also add support for alt-[0-9] and f1[12] | |||
| 2016-11-15 | Add --no-bold option | Junegunn Choi | |
| 2016-11-08 | Wait for additional keys after ESC for up to 100ms | Junegunn Choi | |
| Close #661 | |||
| 2016-11-08 | Fix issues in tcell renderer and Windows build | Junegunn Choi | |
| - Fix display of CJK wide characters - Fix horizontal offset of header lines - Add support for keys with ALT modifier, shift-tab, page-up and down - Fix util.ExecCommand to properly parse command-line arguments - Fix redraw on resize - Implement Pause/Resume for execute action - Remove runtime check of GOOS - Change exit status to 2 when tcell failed to start - TBD: Travis CI build for tcell renderer - Pending. tcell cannot reliably ingest keys from tmux send-keys | |||
| 2016-11-07 | Implement tcell-based renderer | Michael Kelley | |
| 2016-11-07 | Prepare for termbox/windows build | Junegunn Choi | |
| `TAGS=termbox make` (or `go build -tags termbox`) | |||
