Skip to content
Snippets Groups Projects
This project is mirrored from https://github.com/junegunn/fzf. Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
  1. Mar 09, 2014
    • Junegunn Choi's avatar
      Update README: Remove section on --disable-gems · dbd627c3
      Junegunn Choi authored
      This is automatically set in install script. It may only cause unnecessary
      confusion.
      dbd627c3
    • Junegunn Choi's avatar
      Update README · d172c3ce
      Junegunn Choi authored
      d172c3ce
    • Junegunn Choi's avatar
      Add --black for terminals incapable of use_default_colors · 9904f535
      Junegunn Choi authored
      See the discussion in #18.
      
      Use --black option to use black background regardless of the default
      background color of the terminal. Also, this option can be used to fix
      rendering issues on terminals that don't support use_default_colors (man
      3 default_colors). Depending on the terminal, use_default_colors may or
      may not succeed, but the Ruby version of it always returns nil, it's
      currently not possible to automatically enable this option.
      9904f535
  2. Mar 08, 2014
  3. Mar 07, 2014
  4. Mar 06, 2014
    • Junegunn Choi's avatar
      dcb4694e
    • Junegunn Choi's avatar
      Completely remove mouse support · 2fb8ae01
      Junegunn Choi authored
      Since the version 0.7.0, fzf internally used Curses.getch() call to take user
      input, which allowed it to support mouse input as well. However it has turned
      out that Curses.getch() has introduced glitches that cannot be easily handled
      (e.g. Try resize the terminal). So I finally decided that it's not worth the
      trouble and drop the mouse support.
      2fb8ae01
  5. Mar 05, 2014
  6. Mar 04, 2014
  7. Feb 26, 2014
  8. Feb 25, 2014
  9. Feb 20, 2014
  10. Feb 15, 2014
  11. Feb 13, 2014
  12. Feb 07, 2014
  13. Feb 02, 2014
  14. Feb 01, 2014
  15. Jan 31, 2014
  16. Jan 30, 2014
Loading