Skip to content
  • Denis Laxalde's avatar
    py3: keep "keypressed" a native str in crecord · 7cc913396f8c
    Denis Laxalde authored
    This will help in the next changeset by avoiding a decode step. Also,
    the actual bytes conversion seems superfluous since values coming from
    curses's getkey() will be a native string. As a consequence, we open the
    "testcommands" file (used in test-interactive-curses.t) in text mode.
    7cc913396f8c