From 69447022f10d995c22b94759ea872d5dd3905e2a Mon Sep 17 00:00:00 2001 From: Thijs Schreijer Date: Sun, 13 Apr 2025 22:56:53 +0200 Subject: release 0.6.1 (#63) --- docs/classes/bitflags.html | 2 +- docs/examples/compat.lua.html | 2 +- docs/examples/flag_debugging.lua.html | 2 +- docs/examples/password_input.lua.html | 2 +- docs/examples/read.lua.html | 2 +- docs/examples/readline.lua.html | 2 +- docs/examples/spinner.lua.html | 2 +- docs/examples/spiral_snake.lua.html | 2 +- docs/examples/terminalsize.lua.html | 2 +- docs/index.html | 2 +- docs/modules/system.html | 6 ++++-- docs/topics/01-introduction.md.html | 2 +- docs/topics/02-development.md.html | 2 +- docs/topics/03-terminal.md.html | 2 +- docs/topics/CHANGELOG.md.html | 9 ++++++++- docs/topics/LICENSE.md.html | 2 +- 16 files changed, 26 insertions(+), 17 deletions(-) (limited to 'docs') diff --git a/docs/classes/bitflags.html b/docs/classes/bitflags.html index f7d2114..ccd23ed 100644 --- a/docs/classes/bitflags.html +++ b/docs/classes/bitflags.html @@ -298,7 +298,7 @@ return false if the flags are checked.
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/compat.lua.html b/docs/examples/compat.lua.html index dc42560..af47a4c 100644 --- a/docs/examples/compat.lua.html +++ b/docs/examples/compat.lua.html @@ -112,7 +112,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/flag_debugging.lua.html b/docs/examples/flag_debugging.lua.html index 65614c6..8d50d7e 100644 --- a/docs/examples/flag_debugging.lua.html +++ b/docs/examples/flag_debugging.lua.html @@ -80,7 +80,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/password_input.lua.html b/docs/examples/password_input.lua.html index 283c4f0..1b4b7c3 100644 --- a/docs/examples/password_input.lua.html +++ b/docs/examples/password_input.lua.html @@ -132,7 +132,7 @@ useful for reading secrets from the user.
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/read.lua.html b/docs/examples/read.lua.html index 7dd8087..861b7b6 100644 --- a/docs/examples/read.lua.html +++ b/docs/examples/read.lua.html @@ -143,7 +143,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/readline.lua.html b/docs/examples/readline.lua.html index 45a9d9b..018490a 100644 --- a/docs/examples/readline.lua.html +++ b/docs/examples/readline.lua.html @@ -549,7 +549,7 @@ sys.setconsoleflags(io
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/spinner.lua.html b/docs/examples/spinner.lua.html index ffa4ac9..883c134 100644 --- a/docs/examples/spinner.lua.html +++ b/docs/examples/spinner.lua.html @@ -137,7 +137,7 @@ sys.setnonblock(io
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/spiral_snake.lua.html b/docs/examples/spiral_snake.lua.html index e250f99..0f0574b 100644 --- a/docs/examples/spiral_snake.lua.html +++ b/docs/examples/spiral_snake.lua.html @@ -145,7 +145,7 @@ codes for moving the cursor around.
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/examples/terminalsize.lua.html b/docs/examples/terminalsize.lua.html index 9aa4cc5..b19dc21 100644 --- a/docs/examples/terminalsize.lua.html +++ b/docs/examples/terminalsize.lua.html @@ -110,7 +110,7 @@ sys.tcsetattr(io.
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/index.html b/docs/index.html index bd3ad5c..1954025 100644 --- a/docs/index.html +++ b/docs/index.html @@ -142,7 +142,7 @@
generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
diff --git a/docs/modules/system.html b/docs/modules/system.html index 28ccf5a..d46555b 100644 --- a/docs/modules/system.html +++ b/docs/modules/system.html @@ -814,7 +814,9 @@ system.listconsoleflags( error message; "timeout" if the timeout was reached.
  • string - partial result in case of an error while reading a sequence, the sequence so far.
  • + partial result in case of an error while reading a sequence, the sequence so far. + The function retains its own internal buffer, so on the next call the incomplete buffer is used to + complete the sequence. @@ -1467,7 +1469,7 @@ This function will sleep, without doing a busy-loop and wasting CPU cycles.
    generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
    diff --git a/docs/topics/01-introduction.md.html b/docs/topics/01-introduction.md.html index f16d354..bb04db8 100644 --- a/docs/topics/01-introduction.md.html +++ b/docs/topics/01-introduction.md.html @@ -84,7 +84,7 @@ independence.

    generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
    diff --git a/docs/topics/02-development.md.html b/docs/topics/02-development.md.html index b83969b..c2a4365 100644 --- a/docs/topics/02-development.md.html +++ b/docs/topics/02-development.md.html @@ -84,7 +84,7 @@ pass locally, and do not rely on CI only.

    generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
    diff --git a/docs/topics/03-terminal.md.html b/docs/topics/03-terminal.md.html index ebaa8bb..51d4292 100644 --- a/docs/topics/03-terminal.md.html +++ b/docs/topics/03-terminal.md.html @@ -220,7 +220,7 @@ For an example see examples/
    generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
    diff --git a/docs/topics/CHANGELOG.md.html b/docs/topics/CHANGELOG.md.html index 796ae20..872dde4 100644 --- a/docs/topics/CHANGELOG.md.html +++ b/docs/topics/CHANGELOG.md.html @@ -106,6 +106,13 @@

    Version history

    +

    version 0.6.1, released 13-Apr-2025

    + +
      +
    • Docs: document readansi internal buffer for incomplete sequences.
    • +
    • Fix: ensure to properly parse <alt>+key key presses
    • +
    +

    version 0.6.0, released 10-Apr-2025

      @@ -208,7 +215,7 @@
      generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
      diff --git a/docs/topics/LICENSE.md.html b/docs/topics/LICENSE.md.html index b7f5ac1..b58fd99 100644 --- a/docs/topics/LICENSE.md.html +++ b/docs/topics/LICENSE.md.html @@ -94,7 +94,7 @@ SOFTWARE.

      generated by LDoc 1.5.0 -Last updated 2025-04-10 10:12:11 +Last updated 2025-04-13 22:52:56
      -- cgit v1.2.3-55-g6feb