Skip to content
Snippets Groups Projects
  1. May 07, 2018
  2. Nov 22, 2017
  3. Oct 11, 2017
  4. Aug 03, 2017
  5. Aug 01, 2017
  6. Jul 27, 2017
  7. Jul 24, 2017
  8. Jul 23, 2017
  9. Jul 16, 2017
  10. Jul 12, 2017
    • ftilde's avatar
      Add EventsAndRaw iter and implement it for Read · 2f97c69a
      ftilde authored
      - In addition to Events it preserves the byte sequence that created an event. This
        is useful, e.g., for implementing a terminal multiplexer where the raw input
        should in some cases be passed on to another tty.
      - In order to ensure backwards compatibility, the function that creates the trait
        is implemented in a separate extension trait.
      2f97c69a
  11. Jun 10, 2017
  12. Jun 09, 2017
  13. Jun 03, 2017
  14. Jun 01, 2017
  15. Apr 25, 2017
  16. Mar 29, 2017
  17. Mar 28, 2017
    • IGI-111's avatar
      fix #99 · bd9e4eb8
      IGI-111 authored
      Add support for F1-F5 in the linux tty.
      bd9e4eb8
  18. Mar 24, 2017
  19. Mar 13, 2017
  20. Mar 12, 2017
    • IGI-111's avatar
      added cursor position detection · 0758c07a
      IGI-111 authored
      This solves #85 in a similar fashion as the color amount detection: the
      cursor module now provides a trait that adds a `cursor_pos()` method to
      an instance of `Write`. It also corrects that previous implementation
      somewhat by making the `CONTROL_SEQUENCE_TIMEOUT` a member of the raw
      module and implementing `DetectColors` for any instance of `Write`
      rather than just `RawTerminal` (`MouseTerminal` for instance works as
      well).
      0758c07a
  21. Feb 27, 2017
    • ftilde's avatar
      Add support for alternate screen (#88) · 95233e9e
      ftilde authored
      * Add (optional) support for alternate screen (#77)
      
      The user can manually switch between main and alternate screen or
      (preferably) use the wrapper struct for automatic screen restoration.
      
      * Add two examples for screen switching
      
      * Improve screen module documentation
      95233e9e
  22. Feb 26, 2017
  23. Feb 25, 2017
  24. Jan 13, 2017
  25. Dec 21, 2016
  26. Dec 19, 2016
Loading