mirror of
https://salsa.debian.org/dskoll/remind.git
synced 2026-04-17 23:08:40 +02:00
Use mbsubstr and mbstrlen.
This commit is contained in:
@@ -14,7 +14,7 @@ set bar "█" * c
|
|||||||
set dups r/5
|
set dups r/5
|
||||||
set bars (bar + "%_") * dups
|
set bars (bar + "%_") * dups
|
||||||
|
|
||||||
set bars substr(bars, 0, strlen(bars)-2)
|
set bars mbsubstr(bars, 0, mbstrlen(bars)-2)
|
||||||
|
|
||||||
REM SPECIAL COLOR 91 206 250 [bars]
|
REM SPECIAL COLOR 91 206 250 [bars]
|
||||||
REM SPECIAL COLOR 245 169 184 [bars]
|
REM SPECIAL COLOR 245 169 184 [bars]
|
||||||
|
|||||||
Reference in New Issue
Block a user