render: change minimum window size from 4x20 -> 1x2 (rows/cols)

This commit is contained in:
Daniel Eklöf 2020-09-07 19:34:06 +02:00
parent f9cbdd3b11
commit 6e4d29ef71
No known key found for this signature in database
GPG key ID: 5BBD4992C116573F
2 changed files with 4 additions and 2 deletions

View file

@ -75,6 +75,8 @@
* Foot now searches for its configuration in
`$XDG_DATA_DIRS/foot/foot.ini`, if no configuration is found in
`$XDG_CONFIG_HOME/foot/foot.ini` or in `$XDG_CONFIG_HOME/footrc`.
* Minimum window size changed from four rows and 20 columns, to 1 row
and 2 columns.
### Fixed