<feed xmlns='http://www.w3.org/2005/Atom'>
<title>hare-tui/tui/widget/list/list.ha, branch master</title>
<subtitle>Hare library for creating TUIs</subtitle>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/'/>
<entry>
<title>Don't spare last terminal row</title>
<updated>2025-03-25T13:28:20+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>julian.hurst@digdash.com</email>
</author>
<published>2025-03-25T13:28:20+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=97d55df16cbc076183c65f2041aaff184b586239'/>
<id>97d55df16cbc076183c65f2041aaff184b586239</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove list.ha and refactor scrolllist</title>
<updated>2025-03-22T17:47:36+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-03-22T17:47:17+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=d531bc786a3da309d10f3bdf62ebebda345e5205'/>
<id>d531bc786a3da309d10f3bdf62ebebda345e5205</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Change frame and cursor to use int instead of u16 and fix reframe</title>
<updated>2025-03-20T12:53:59+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-03-20T12:53:59+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=3a137cfcfbc8686f2441de9604b15dc5d9ab4cd7'/>
<id>3a137cfcfbc8686f2441de9604b15dc5d9ab4cd7</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix off by one errors</title>
<updated>2025-03-20T09:11:04+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>julian.hurst@digdash.com</email>
</author>
<published>2025-03-20T09:11:04+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=589377ae5f1694cd5ad07105d5142348afd0fde3'/>
<id>589377ae5f1694cd5ad07105d5142348afd0fde3</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Replace widget buf string with linesbuf</title>
<updated>2025-03-19T22:53:58+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-03-19T22:53:56+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=05794aae570fd3c2f6ed27937b785f3d086f57f4'/>
<id>05794aae570fd3c2f6ed27937b785f3d086f57f4</id>
<content type='text'>
This allows the generic widget print code to iterate more easily on the
lines and to apply widget-specific styles without breaking them by
truncating the console codes.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This allows the generic widget print code to iterate more easily on the
lines and to apply widget-specific styles without breaking them by
truncating the console codes.
</pre>
</div>
</content>
</entry>
<entry>
<title>Refactor damage tracking types</title>
<updated>2025-03-18T16:58:53+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>julian.hurst@digdash.com</email>
</author>
<published>2025-03-18T16:58:53+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=0d8f330ccf366a2733bb6d5d1e51eef3579f04aa'/>
<id>0d8f330ccf366a2733bb6d5d1e51eef3579f04aa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Add initial support for damage tracking</title>
<updated>2025-03-17T15:58:07+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-03-17T15:58:07+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=0d0186d63712472a037cf510812e68774c73c12f'/>
<id>0d0186d63712472a037cf510812e68774c73c12f</id>
<content type='text'>
This also fixes a styling issue when the widget styles its own text.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This also fixes a styling issue when the widget styles its own text.
</pre>
</div>
</content>
</entry>
<entry>
<title>Implement global state and clear scheduling</title>
<updated>2025-03-12T21:36:13+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>ark@mansus.space</email>
</author>
<published>2025-03-12T21:36:13+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=e074c936bb99ccfce311445f4dbf42ba964b44a4'/>
<id>e074c936bb99ccfce311445f4dbf42ba964b44a4</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Support styling</title>
<updated>2025-03-12T14:07:24+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>julian.hurst@digdash.com</email>
</author>
<published>2025-03-12T14:07:24+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=a8d7b95b05d586f3b65fbf9757fab39c8098aee9'/>
<id>a8d7b95b05d586f3b65fbf9757fab39c8098aee9</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>list: Handle size properly</title>
<updated>2025-03-12T09:16:02+00:00</updated>
<author>
<name>Julian Hurst</name>
<email>julian.hurst@digdash.com</email>
</author>
<published>2025-03-12T09:16:02+00:00</published>
<link rel='alternate' type='text/html' href='https://grim.freemyip.com/cgit/hare-tui/commit/?id=4eeda7244acbc97c2937ecb6768309539e28e35a'/>
<id>4eeda7244acbc97c2937ecb6768309539e28e35a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
