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. May 25, 2017
  2. Apr 28, 2017
  3. Mar 04, 2017
  4. Feb 18, 2017
  5. Feb 14, 2017
  6. Feb 04, 2017
  7. Feb 02, 2017
  8. Jan 30, 2017
  9. Jan 28, 2017
  10. Jan 23, 2017
  11. Jan 22, 2017
  12. Jan 16, 2017
  13. Jan 15, 2017
  14. Jan 11, 2017
  15. Jan 10, 2017
  16. Jan 09, 2017
    • Junegunn Choi's avatar
      Do not use \e[s and \e[u · 78a3f819
      Junegunn Choi authored
      Excerpt from http://www.tldp.org/HOWTO/Bash-Prompt-HOWTO/x361.html:
      
      > - Save cursor position:
      >   \033[s
      > - Restore cursor position:
      >   \033[u
      >
      > The latter two codes are NOT honoured by many terminal emulators. The
      > only ones that I'm aware of that do are xterm and nxterm - even though
      > the majority of terminal emulators are based on xterm code. As far as
      > I can tell, rxvt, kvt, xiterm, and Eterm do not support them. They are
      > supported on the console.
      
      They are also unsupported by Neovim terminal.
      Unverified
      78a3f819
  17. Jan 08, 2017
Loading