From 6272094bc7265262cbca8363b425531ad0170caa Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Tue, 17 Feb 2026 17:18:46 +0100 Subject: Release v0.7.0 (#84) --- docs/modules/system.html | 20 +++++++++++++++----- 1 file changed, 15 insertions(+), 5 deletions(-) (limited to 'docs/modules') diff --git a/docs/modules/system.html b/docs/modules/system.html index 0a2447e..2e3ddc0 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -206,11 +206,11 @@ Sets the current console output code page (Windows). - utf8cwidth (utf8_char) + utf8cwidth (utf8_char[, ambiguous_width=1]) Get the width of a utf8 character for terminal display. - utf8swidth (utf8_string) + utf8swidth (utf8_string[, ambiguous_width=1]) Get the width of a utf8 string for terminal display. @@ -1248,7 +1248,7 @@ sequences will be buffered internally and returned one byte at a time.
- utf8cwidth (utf8_char) + utf8cwidth (utf8_char[, ambiguous_width=1])
Get the width of a utf8 character for terminal display. @@ -1260,6 +1260,11 @@ sequences will be buffered internally and returned one byte at a time. string or int the utf8 character, or unicode codepoint, to check, only the width of the first character will be returned +
  • ambiguous_width + int + the width to return for ambiguous width characters (usually 1 or 2) + (default 1) +
  • Returns:

    @@ -1286,7 +1291,7 @@ sequences will be buffered internally and returned one byte at a time.
    - utf8swidth (utf8_string) + utf8swidth (utf8_string[, ambiguous_width=1])
    Get the width of a utf8 string for terminal display. @@ -1298,6 +1303,11 @@ sequences will be buffered internally and returned one byte at a time. string the utf8 string to check +
  • ambiguous_width + int + the width to return for ambiguous width characters (1 or 2) + (default 1) +
  • Returns:

    @@ -1518,7 +1528,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.
    generated by LDoc 1.5.0 -Last updated 2025-07-11 22:55:05 +Last updated 2026-02-17 17:18:04
    -- cgit v1.2.3-55-g6feb