News
A bare-bones, command-line text editor made with the Python curses module. Supports window resizing, vertical and horizontal scrolling, help menu. (If you've dealt with curses before, I hope you can ...
$ mypy --python-version 3.6 --command 'import curses; curses.LINES; curses.COLS' <string>:1: error: Module has no attribute "LINES" <string>:1: error: Module has no attribute "COLS" I think ...
Some results have been hidden because they may be inaccessible to you
Show inaccessible results