From 88ac69f94ddbe172458c79f2a5e37b6704c606a2 Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Fri, 11 Jul 2025 22:59:19 +0200 Subject: Release v0.6.3 (#75) --- docs/modules/system.html | 15 ++++++++++++--- 1 file changed, 12 insertions(+), 3 deletions(-) (limited to 'docs/modules/system.html') diff --git a/docs/modules/system.html b/docs/modules/system.html index 6840b85..0a2447e 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -1051,7 +1051,7 @@ sequences will be buffered internally and returned one byte at a time. the character that was received (can be multi-byte), or a complete ANSI sequence
  • string - the type of input: "char" for a single key, "ansi" for an ANSI sequence
  • + the type of input: "ctrl" for 0-31 and 127 bytes, "char" for other UTF-8 characters, "ansi" for an ANSI sequence

    Or

      @@ -1070,6 +1070,15 @@ sequences will be buffered internally and returned one byte at a time. +

      Usage:

      +
      @@ -1079,7 +1088,7 @@ sequences will be buffered internally and returned one byte at a time.
      Reads a single byte from the console, with a timeout. This function uses fsleep to wait until either a byte is available or the timeout is reached. - The sleep period is exponentially backing off, starting at 0.0125 seconds, with a maximum of 0.2 seconds. + The sleep period is exponentially backing off, starting at 0.0125 seconds, with a maximum of 0.1 seconds. It returns immediately if a byte is available or if timeout is less than or equal to 0.

      Using system.readansi is preferred over this function. Since this function can leave stray/invalid @@ -1509,7 +1518,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.

      generated by LDoc 1.5.0 -Last updated 2025-04-17 09:50:39 +Last updated 2025-07-11 22:55:05
      -- cgit v1.2.3-55-g6feb