1. Sep 24, 2018
  2. Sep 23, 2018
  3. Sep 21, 2018
  4. Sep 20, 2018
    • Adam Borowski's avatar
      Tests for asciicast replay. · 52ff81f4
      Adam Borowski authored
      52ff81f4
    • Adam Borowski's avatar
      asciicast reading support (v1 and v2). · 7a94968f
      Adam Borowski authored
      Can't use a proper JSON library, as v1 format would otherwise require
      reading the whole file.  The original asciicast producer (asciinema)
      outputs all required bits before the actual data starts, thus this hack
      allows streaming.  Hopefully no other producer of v1 format will reorder
      the fields.
      
      Recognized fields:
      * version (1, 2)
      * width
      * height
      * timestamp
      
      anything else is silently ignored; as we lack a full JSON parser, fancy
      data structures may cause failure.
      
      Wishlist: take "comment" or "title" as OSC title?
      7a94968f
  5. Jul 31, 2018
  6. Jul 28, 2018
  7. Jul 27, 2018
  8. Jul 24, 2018
  9. Jul 08, 2018
  10. Jul 03, 2018