Add ansi-string-length.
This commit is contained in:
parent
f840c18b49
commit
bde3199cca
2 changed files with 35 additions and 0 deletions
|
@ -163,6 +163,13 @@ black text.
|
|||
|
||||
Generic highlight of given text. Defaults to bold blue text.
|
||||
|
||||
(ansi-string-length str)
|
||||
|
||||
* ```str``` string that may contain ANSI CSI SGR sequences
|
||||
|
||||
Returns the string length in characters without any ANSI CSI SGR
|
||||
sequences contained.
|
||||
|
||||
### Command Line parsing
|
||||
|
||||
Generic syntax-based implementation of command-line options parsing
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue