diff options
author | WuerfelDev <WuerfelDev@users.noreply.github.com> | 2024-01-08 15:10:54 +0100 |
---|---|---|
committer | Christian Duerr <contact@christianduerr.com> | 2024-01-08 16:47:29 +0100 |
commit | 66a078c10be7ef56d4e85289a35180c0644d5e3c (patch) | |
tree | 4d846f1ea9928f36c9ede0856ffdd45284c8b135 | |
parent | 57da0bf903b0d809b2f76aac2e0080bc80e11e83 (diff) | |
download | alacritty-66a078c10be7ef56d4e85289a35180c0644d5e3c.tar.gz alacritty-66a078c10be7ef56d4e85289a35180c0644d5e3c.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_ |