Skip to content
Snippets Groups Projects
  1. Feb 23, 2024
  2. Mar 27, 2023
  3. Mar 26, 2023
  4. Mar 12, 2020
  5. Mar 05, 2020
  6. Mar 03, 2020
  7. Mar 02, 2020
  8. Mar 01, 2020
  9. Jul 18, 2018
  10. Apr 22, 2018
  11. Feb 16, 2018
  12. Jun 20, 2017
  13. Jul 29, 2016
  14. Apr 13, 2016
  15. Apr 12, 2016
  16. Apr 06, 2016
  17. Jul 13, 2015
  18. Apr 13, 2015
    • antirez's avatar
      Version 1.0 · 80fd0569
      antirez authored
      Linenoise is used in multiple projects for enough time, let's tag this
      commit with a version number as requested into issue #88, so that we
      have an initial reference.
      
      Given the nature of the library, the version was also added in the
      linenoise C and header file as well so that it is easy to realize for
      people having a copy embedded somewhere if they are using the latest
      version.
      1.0
      80fd0569
  19. Oct 07, 2014
    • antirez's avatar
      License file added. · cf1bdf5f
      antirez authored
      However the files linenose.c and linenose.h already had inline licenses.
      cf1bdf5f
  20. Sep 03, 2014
    • antirez's avatar
      Move to end before return when in multi-line mode. · c1c5a026
      antirez authored
      This makes sure that if we are editing in multi-line mode a line that
      actually spawns across multiple lines, the next output performed by the
      application using linenoise will not overwrite the edited line.
      c1c5a026
    • antirez's avatar
      Replace ESC 999D with CR. · 01e723a0
      antirez authored
      OSX default Terminal app does not handle 999D well, the cursor will wrap
      back to the previous row in the last colum, instead of ignoring the
      sequence if the cursor is already at the left edge.
      
      In order to avoid reintroducing the nG sequence that is not compatible
      with base VT100 emulation and ANSI.SYS, we use CR that should be
      hopefully widely supported.
      01e723a0
Loading