diff options
author | WuerfelDev <WuerfelDev@users.noreply.github.com> | 2024-01-08 15:10:54 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-08 14:10:54 +0000 |
commit | 252545992b0902b5b0f83fd472316be06fa7ddc9 (patch) | |
tree | 63821718a75df5c5d0ca0b05eb62c22aaea1c734 | |
parent | b54d763154eff23692e06500a4aa342d847ef35a (diff) | |
download | alacritty-252545992b0902b5b0f83fd472316be06fa7ddc9.tar.gz alacritty-252545992b0902b5b0f83fd472316be06fa7ddc9.zip |
Fix manpage string escapes
Co-authored-by: Christian Duerr <contact@christianduerr.com>
-rw-r--r-- | extra/man/alacritty.5.scd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/extra/man/alacritty.5.scd b/extra/man/alacritty.5.scd index 8b1b91df..b68fcbfb 100644 --- a/extra/man/alacritty.5.scd +++ b/extra/man/alacritty.5.scd @@ -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_ |