summaryrefslogtreecommitdiff
path: root/src/curses
AgeCommit message (Expand)Author
2016-11-07Prepare for termbox/windows buildJunegunn Choi
2016-10-30Update ANSI processor to ignore ^N and ^OJunegunn Choi
2016-10-30Strip ^N and ^O from preview outputJunegunn Choi
2016-10-21Set foreground color without affecting backgroundJunegunn Choi
2016-09-29Add support for more ANSI color attributes (#674)Junegunn Choi
2016-06-11Add --preview and --preview-windowJunegunn Choi
2016-06-11Ignore controls chars for bracketed paste modeJunegunn Choi
2016-05-18More named keys: F5 ~ F10, ALT-/Junegunn Choi
2016-05-13Allow alt-enter and alt-space for --bind (#571)Junegunn Choi
2016-05-11Determine 256-color capability using tigetnum("colors")Junegunn Choi
2015-11-20Merge pull request #380 from acornejo/androidJunegunn Choi
2015-11-18add android buildAlex Cornejo
2015-10-23Fix #391 - Strip non-printable charactersJunegunn Choi
2015-10-13Add bindable double-click event (#374)Junegunn Choi
2015-10-12[build] Link libncursesw when building 64-bit linux binaryJunegunn Choi
2015-10-05Fix invalid interrupt handler during execute actionJunegunn Choi
2015-09-22Use build tags to enable static linkingJunegunn Choi
2015-09-20Build linux binary on CentosJunegunn Choi
2015-09-19Build partially-static binary for linux (#350)Junegunn Choi
2015-09-15Change exit status (0: OK, 1: No match, 2: Error/Interrupted)Junegunn Choi
2015-07-28Do not proceed if $TERM is invalidJunegunn Choi
2015-07-22Remove cbreak before rawJunegunn Choi
2015-07-22Adjust header color for dark color schemeJunegunn Choi
2015-07-22Add --header-file optionJunegunn Choi
2015-06-16Add key name "bspace" for --bind (bspace != ctrl-h)Junegunn Choi
2015-06-16Allow binding CTRL-G and CTRL-QJunegunn Choi
2015-06-07Use ncurses's newterm instead of swapping stdout and stderrDominik Honnef
2015-06-03Color customization (#245)Junegunn Choi
2015-05-21Custom key binding support (#238)Junegunn Choi
2015-04-18Add `--color=[dark|light|16|bw]` optionJunegunn Choi
2015-04-16Remove unused variableJunegunn Choi
2015-04-14Fix #185 - Terminate on RuneErrorJunegunn Choi
2015-03-29Implement --expect option to support simple key bindings (#163)Junegunn Choi
2015-03-19Add support for ANSI color codesJunegunn Choi
2015-01-23Redraw and adjust upon terminal resizeJunegunn Choi
2015-01-12LintJunegunn Choi
2015-01-08Remove call to ncurses set_tabsize()Junegunn Choi
2015-01-07Fix i386 buildJunegunn Choi
2015-01-04Rewrite fzf in GoJunegunn Choi