Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
On large displays it is possible to set cols >= 1000. That value doesn't fit allocated char arrays and app crashes. `columns` and `rows` now 5 char buffers and also added limits to max 9999.
- Loading branch information