Skip to content
Snippets Groups Projects
  1. Dec 19, 2016
  2. Dec 18, 2016
  3. Dec 17, 2016
    • Alexandre Bury's avatar
      Discard leftover input when consumed (#76) · c2df3d7e
      Alexandre Bury authored
      * Discard leftover input when consumed
      
      The iterator given to `parse_event` now `take()` the value from
      `leftover`.
      
      * Always save leftover
      
      `parse_event` will consume it when required.
      
      * Remove OptionIterator, directly uses std::option::Iter
      c2df3d7e
  4. Dec 16, 2016
    • Alexandre Bury's avatar
      Add `UnknownCSI` event type (#73) · 00ca758d
      Alexandre Bury authored
      * Add `UnknownCSI` event type.
      
      * Compile test from `raw` module
      
      But don't run it.
      
      * Fix unused import warning in doc-test
      
      * Rename UnknownCSI -> UnknownCsi
      00ca758d
  5. Nov 10, 2016
  6. Nov 08, 2016
  7. Nov 06, 2016
  8. Nov 02, 2016
  9. Oct 27, 2016
  10. Oct 26, 2016
  11. Oct 22, 2016
  12. Oct 20, 2016
  13. Oct 09, 2016
  14. Oct 07, 2016
  15. Oct 03, 2016
  16. Oct 02, 2016
  17. Sep 24, 2016
  18. Sep 07, 2016
Loading