Skip to content
This repository has been archived by the owner on May 6, 2024. It is now read-only.

Fix terminal size at 80x24, write bzip2'ed ttyrecs #97

Merged
merged 3 commits into from
Oct 21, 2020

Commits on Oct 21, 2020

  1. Set static terminal size of 80x24.

    Heinrich Kuttler committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    677f4f7 View commit details
    Browse the repository at this point in the history
  2. Add bzip2 compression to running ttyrecs.

    This saves a lot of space (ttyrecs compress by 80%+). Only downside
    is that we can no longer peek into running ttyrecs this way, which
    was sometimes useful for debugging. To go back to that mode, we
    can #undefine NLE_BZ2_TTYRECS.
    Heinrich Kuttler committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    3ed39ff View commit details
    Browse the repository at this point in the history
  3. Adopt tests to bzip2'd ttyrecs.

    Heinrich Kuttler committed Oct 21, 2020
    Configuration menu
    Copy the full SHA
    8e326c8 View commit details
    Browse the repository at this point in the history