Skip to content
  • 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