cslarsen / wpm

Typeracer-like console app for measuring your WPM
GNU Affero General Public License v3.0
323 stars 48 forks source link

Resizing doesn't work with PyPy 5.8.0 w/Python 2.7.13 #27

Closed cslarsen closed 6 years ago

cslarsen commented 6 years ago

The curses module doesn't have curses.resizeterm it seems.

cslarsen commented 6 years ago

I think this depends entirely on which curses library is dlopened. It works on some pypy's, so I'll just close it.