<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tui-lib/util, branch main</title>
<subtitle>Pure Node.js library for making visual command-line programs (ala vim, ncdu)
</subtitle>
<id>https://nebula.ed1.club/git/tui-lib/atom?h=main</id>
<link rel='self' href='https://nebula.ed1.club/git/tui-lib/atom?h=main'/>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/'/>
<updated>2024-05-16T20:24:25+00:00</updated>
<entry>
<title>fix ansi.interpret crashing on cursor visibility change</title>
<updated>2024-05-16T20:24:25+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2024-05-16T20:23:31+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=ed53efd56caec13fbe58aad5a431296b1ebd6e4d'/>
<id>urn:sha1:ed53efd56caec13fbe58aad5a431296b1ebd6e4d</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'notabug/master'</title>
<updated>2023-05-13T16:20:59+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2023-05-13T16:20:59+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=34b7ff22766bae0e4b1b3121bd63d037c27285c7'/>
<id>urn:sha1:34b7ff22766bae0e4b1b3121bd63d037c27285c7</id>
<content type='text'>
</content>
</entry>
<entry>
<title>use ESM module syntax &amp; minor cleanups</title>
<updated>2023-05-13T15:48:36+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2023-05-12T20:42:09+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=6ea74c268a12325296a1d2e7fc31b02030ddb8bc'/>
<id>urn:sha1:6ea74c268a12325296a1d2e7fc31b02030ddb8bc</id>
<content type='text'>
The biggest change here is moving various element classes under
more scope-specific directories, which helps to avoid circular
dependencies and is just cleaner to navigate and expand in the
future.

Otherwise this is a largely uncritical port to ESM module syntax!
There are probably a number of changes and other cleanups that
remain much needed.

Whenever I make changes to tui-lib it's hard to believe it's
already been &lt;INSERT COUNTING NUMBER HERE&gt; years since the
previous time. First commits are from January 2017, and the
code originates a month earlier in KAaRMNoD!
</content>
</entry>
<entry>
<title>fix ancient waitForData util listener memory leak</title>
<updated>2022-03-25T20:39:41+00:00</updated>
<author>
<name>(quasar) nebula</name>
<email>qznebula@protonmail.com</email>
</author>
<published>2022-03-25T20:39:41+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=3614ce99f2eaa910a2b11b0f2f4a8a291ee3a4b0'/>
<id>urn:sha1:3614ce99f2eaa910a2b11b0f2f4a8a291ee3a4b0</id>
<content type='text'>
Particularly, this added a new event listener (i.e. function) every time
the screen was resized, which would never be garbage collected.

Oops.
</content>
</entry>
<entry>
<title>improve &amp; use our own word wrapping code</title>
<updated>2020-07-16T17:05:39+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2020-07-16T17:04:25+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=7f0579fc6e5771bbcad36591ab54119c4fe66dbd'/>
<id>urn:sha1:7f0579fc6e5771bbcad36591ab54119c4fe66dbd</id>
<content type='text'>
</content>
</entry>
<entry>
<title>handle semicolons in measureColumns correctly too!</title>
<updated>2020-07-16T17:02:17+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2020-07-16T17:02:17+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=cff17d1f056a73714ff1ba5a735987d140a6b51c'/>
<id>urn:sha1:cff17d1f056a73714ff1ba5a735987d140a6b51c</id>
<content type='text'>
</content>
</entry>
<entry>
<title>don't include ANSI escape codes in measureColumns</title>
<updated>2020-07-16T01:08:34+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2020-07-16T01:08:34+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=3bd328e68894a7819aa26e2325d7984eaa3959e0'/>
<id>urn:sha1:3bd328e68894a7819aa26e2325d7984eaa3959e0</id>
<content type='text'>
This allows pretty much any code based around measureColumns
(e.g. buttons, labels, word-wrapping code) to handle ANSI-formatted
text without any miscalculated measurements.
</content>
</entry>
<entry>
<title>Correctly enable ANSI compression in tuiApp util</title>
<updated>2019-10-23T14:02:07+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2019-10-23T14:01:49+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=695149a96299f9f1d3d0cc0747a7390a82d69525'/>
<id>urn:sha1:695149a96299f9f1d3d0cc0747a7390a82d69525</id>
<content type='text'>
</content>
</entry>
<entry>
<title>Make tui-app work with draw dependencies</title>
<updated>2019-10-17T13:04:50+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2019-10-17T13:04:50+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=fd2acc348797982e0c4ec7702eac1fa47c690648'/>
<id>urn:sha1:fd2acc348797982e0c4ec7702eac1fa47c690648</id>
<content type='text'>
...instead of using the old loop system.
</content>
</entry>
<entry>
<title>Suppot meta up/down/left/right keys</title>
<updated>2019-09-20T19:52:13+00:00</updated>
<author>
<name>Florrie</name>
<email>towerofnix@gmail.com</email>
</author>
<published>2019-09-20T19:52:13+00:00</published>
<link rel='alternate' type='text/html' href='https://nebula.ed1.club/git/tui-lib/commit/?id=e69d506fdc2d0238cb592256aca5353ecb292816'/>
<id>urn:sha1:e69d506fdc2d0238cb592256aca5353ecb292816</id>
<content type='text'>
</content>
</entry>
</feed>
