Underline styles for double/dotted/dashed

My phone uses dotted underline to indicate errors; that seems nice, a bit
less aggressive than curly.  Unfortunately dotted underlines are not as well
supported in terminal emulators; sometimes they are barely visible.  So it's
unlikely that we want to use --underline=dotted for an important theme.
Add double and dashed too I guess, even though I don't have a concrete
use case..
This commit is contained in:
Johannes Altmanninger
2025-05-06 09:59:30 +02:00
parent 3081d0157b
commit 156fa8081c
9 changed files with 60 additions and 22 deletions

View File

@@ -57,7 +57,7 @@ The following options are available:
Sets reverse mode.
**-u** or **--underline**, or **-uSTYLE** or **--underline=STYLE**
Set the underline mode; supported styles are **single** (default) and **curly**.
Set the underline mode; supported styles are **single** (default), **double**, **curly**, **dotted** and **dashed**.
**-h** or **--help**
Displays help about using this command.