Fix manpage string escapes

Co-authored-by: Christian Duerr <contact@christianduerr.com>
This commit is contained in:
WuerfelDev 2024-01-08 15:10:54 +01:00 committed by GitHub
parent b54d763154
commit 252545992b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -129,7 +129,7 @@ This section documents the *[window]* table of the configuration file.
*opacity* = _<float>_
Background opacity as a floating point number from _0.0_ to _1.0_. The value
\_0.0_ is completely transparent and _1.0_ is opaque.
_0.0_ is completely transparent and _1.0_ is opaque.
Default: _1.0_
@ -519,7 +519,7 @@ This section documents the *[selection]* table of the configuration file.
This string contains all characters that are used as separators for
"semantic words" in Alacritty.
Default: _",│`|:\"' ()[]{}<>\t"_
Default: _",│`|:\\"' ()[]{}<>\\t"_
*save_to_clipboard* = _true_ | _false_