index
:
fzf
v0.66.0-custom
Personal fork of fzf
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
curses
Age
Commit message (
Expand
)
Author
2016-11-07
Prepare for termbox/windows build
Junegunn Choi
2016-10-30
Update ANSI processor to ignore ^N and ^O
Junegunn Choi
2016-10-30
Strip ^N and ^O from preview output
Junegunn Choi
2016-10-21
Set foreground color without affecting background
Junegunn Choi
2016-09-29
Add support for more ANSI color attributes (#674)
Junegunn Choi
2016-06-11
Add --preview and --preview-window
Junegunn Choi
2016-06-11
Ignore controls chars for bracketed paste mode
Junegunn Choi
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
2015-11-20
Merge pull request #380 from acornejo/android
Junegunn Choi
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
2015-10-05
Fix invalid interrupt handler during execute action
Junegunn Choi
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
2015-09-15
Change exit status (0: OK, 1: No match, 2: Error/Interrupted)
Junegunn Choi
2015-07-28
Do not proceed if $TERM is invalid
Junegunn Choi
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
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
2015-01-07
Fix i386 build
Junegunn Choi
2015-01-04
Rewrite fzf in Go
Junegunn Choi