Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: implement
EZA_GRID_ROWS
grid details view minimum rows threshold
Grid details view had been prevented only by console width being unavailable. This changeset implements `EZA_GRID_ROWS` as secondary grid details inhibitor, preventing grid details view if the minimum rows threshold is not reached by grid which would be rendered. Fix: #66 (comment) Fix: #1044 BREAKING CHANGE: Before this change, the `EZA_GRID_ROWS` variable was ignored, despite documentation existing. Users relying on `EZA_GRID_ROW` not doing anything will find their output changed. For more info, see
- Loading branch information