py3: keep "keypressed" a native str in crecord
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.
Loading
-
mentioned in commit c8364b7c9170
-
mentioned in commit 006feec78d52
Please register or sign in to comment