thisisparker / cursewords

:pencil: Terminal-based crossword puzzle solving interface
GNU Affero General Public License v3.0
249 stars 30 forks source link

Explicitly state the needed rows / columns when the terminal is the wrong size #31

Closed culcube closed 3 years ago

culcube commented 3 years ago

It would be useful if the necessary_resize function also passed the number of extra rows and/or columns. As a new user it isn't obvious that, e.g. a 15x15 grid needs 43 rows.

culcube commented 3 years ago

duplicate of #13