From aa09d88d8e52537fb81c2bbb8f1f373784b8adaf Mon Sep 17 00:00:00 2001 From: Midgard Date: Wed, 31 Aug 2022 15:12:14 +0200 Subject: [PATCH] =?UTF-8?q?doc:=20string=20particle=E2=80=99s=20=E2=80=9Cm?= =?UTF-8?q?ax=E2=80=9D=20uses=20Unicode=20=E2=80=A6=20now?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit And fix a typo in the yambar-particles file. --- doc/yambar-particles.5.scd | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/yambar-particles.5.scd b/doc/yambar-particles.5.scd index dba606a..8e999fc 100644 --- a/doc/yambar-particles.5.scd +++ b/doc/yambar-particles.5.scd @@ -106,7 +106,7 @@ of free text mixed with tag specifiers. | text : string : yes -: Format string. Tags are spcified with _{tag_name}_. Some tag types +: Format string. Tags are specified with _{tag_name}_. Some tag types have suffixes that can be appended (e.g. _{tag_name:suffix}_). See *yambar-modules*(5)). | max @@ -114,9 +114,9 @@ of free text mixed with tag specifiers. : no : Sets the rendered string's maximum length. If the final string's length exceeds this, the rendered string will be truncated, and - "..." will be appended. Note that the trailing "..." are + "…" will be appended. Note that the trailing "…" is *included* in the maximum length. I.e. if you set _max_ to '5', you - will only get *2* characters from the string. + will only get *4* characters from the string. ## EXAMPLES