<feed xmlns='http://www.w3.org/2005/Atom'>
<title>luasystem/examples, branch feat/rnd</title>
<subtitle>A mirror of https://github.com/lunarmodules/luasystem.git
</subtitle>
<id>https://git.lua4.win/luasystem/atom?h=feat%2Frnd</id>
<link rel='self' href='https://git.lua4.win/luasystem/atom?h=feat%2Frnd'/>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/'/>
<updated>2025-03-02T18:40:15+00:00</updated>
<entry>
<title>feat(readkey): allow a sleep function to be passed</title>
<updated>2025-03-02T18:40:15+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2025-03-01T18:17:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=2981db32130b30c9b12e7347bfdbe2e7584e9274'/>
<id>urn:sha1:2981db32130b30c9b12e7347bfdbe2e7584e9274</id>
<content type='text'>
There are cases where both a blocking and non-blocking sleep is
needed. In those cases just poatching system.sleep isn't good
enough. Hence now we can pass a sleep function.
</content>
</entry>
<entry>
<title>add system.CODEPAGE_UTF8 for 65001 codepage</title>
<updated>2024-06-19T20:05:33+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-06-19T20:05:33+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=e0871d7be63dd428d4a2b9a3db4e033894165cef'/>
<id>urn:sha1:e0871d7be63dd428d4a2b9a3db4e033894165cef</id>
<content type='text'>
</content>
</entry>
<entry>
<title>switch termsize results to standard; rows, cols</title>
<updated>2024-06-08T07:28:20+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-06-08T07:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=8996a5022fa82e5d5335f71580d0cd6b6d323c9b'/>
<id>urn:sha1:8996a5022fa82e5d5335f71580d0cd6b6d323c9b</id>
<content type='text'>
</content>
</entry>
<entry>
<title>fix docs, merging modules</title>
<updated>2024-06-03T19:46:04+00:00</updated>
<author>
<name>Thijs</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-06-03T19:46:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=98d68962584970bd467ab53b1d74cda46e322b15'/>
<id>urn:sha1:98d68962584970bd467ab53b1d74cda46e322b15</id>
<content type='text'>
</content>
</entry>
<entry>
<title>cleanup and documentation</title>
<updated>2024-05-23T18:57:20+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-05-23T18:46:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=56db1511baeb0376a12915c69c1552b04010c26f'/>
<id>urn:sha1:56db1511baeb0376a12915c69c1552b04010c26f</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add example for termsize</title>
<updated>2024-05-21T20:19:15+00:00</updated>
<author>
<name>Thijs</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-05-21T20:10:36+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=eb310864f70efc4bb46da73f2ee2b9c0d2940c1e'/>
<id>urn:sha1:eb310864f70efc4bb46da73f2ee2b9c0d2940c1e</id>
<content type='text'>
</content>
</entry>
<entry>
<title>add example for reading a line from the terminal, non-blocking</title>
<updated>2024-05-20T10:43:55+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-05-06T09:44:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=dcd5d62501e61e0f6901d4d4687ab56430a4b8a7'/>
<id>urn:sha1:dcd5d62501e61e0f6901d4d4687ab56430a4b8a7</id>
<content type='text'>
Handles utf8, and character width
</content>
</entry>
<entry>
<title>make readkey async, and add keyboard parser; ansi + utf8</title>
<updated>2024-05-07T17:56:24+00:00</updated>
<author>
<name>Thijs Schreijer</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2024-05-07T17:42:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=c8a2d1d2dacde9fea43ebbacf924707d563cf99a'/>
<id>urn:sha1:c8a2d1d2dacde9fea43ebbacf924707d563cf99a</id>
<content type='text'>
</content>
</entry>
<entry>
<title>feat(term): getting/setting terminal config flags</title>
<updated>2024-04-30T07:28:01+00:00</updated>
<author>
<name>Thijs</name>
<email>thijs@thijsschreijer.nl</email>
</author>
<published>2023-11-16T08:09:54+00:00</published>
<link rel='alternate' type='text/html' href='https://git.lua4.win/luasystem/commit/?id=bd994461ef7c2553da9a6945c685152bad50eb8f'/>
<id>urn:sha1:bd994461ef7c2553da9a6945c685152bad50eb8f</id>
<content type='text'>
</content>
</entry>
</feed>
