config: add setting for underline thickness

This adds an "underline-thickness" setting to the "main" section,
similar to the existing "underline-offset" setting. This setting is used
to specify a custom height for regular (= non-cursor) underlines.

Fixes #1136
This commit is contained in:
Yorick Peterse 2022-08-19 02:54:49 +02:00
parent 65ecb77737
commit a0942f950d
No known key found for this signature in database
GPG key ID: EDD30D2BEB691AC9
7 changed files with 29 additions and 1 deletions

View file

@ -42,6 +42,12 @@
## Unreleased
### Added
* Support for adjusting the thickness of regular underlines ([#1136][1136]).
[1136]: https://codeberg.org/dnkl/foot/issues/1136
### Changed
* Window is now dimmed while in Unicode input mode.