<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/src/unicode, branch main</title>
<subtitle>Unnamed repository; edit this file 'description' to name the repository.
</subtitle>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/'/>
<entry>
<title>unicode: fix lookup table generation</title>
<updated>2025-10-03T14:10:43+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-30T23:10:53+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=913d2dfb23a7d74de2230ef1a60d74eeed55c895'/>
<id>913d2dfb23a7d74de2230ef1a60d74eeed55c895</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>nuke ziglyph from orbit</title>
<updated>2025-09-30T19:17:10+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-30T19:13:43+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=16deea2761b305293b351c7fbe85d3a6a0f8ad57'/>
<id>16deea2761b305293b351c7fbe85d3a6a0f8ad57</id>
<content type='text'>
Since we now use uucode, we don't need ziglyph anymore. Ziglyph was kept
around as a test-only dep so we can verify matching but this is
complicating our Zig 0.15 upgrade because ziglyph doesn't support Zig
0.15. Let's just drop it.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Since we now use uucode, we don't need ziglyph anymore. Ziglyph was kept
around as a test-only dep so we can verify matching but this is
complicating our Zig 0.15 upgrade because ziglyph doesn't support Zig
0.15. Let's just drop it.
</pre>
</div>
</content>
</entry>
<entry>
<title>move tests over to _uucode.zig files to avoid needing deps for vt tests</title>
<updated>2025-09-23T14:49:59+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-23T14:49:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=c7ad29ca91385f224fabae06f323cd14b48a8656'/>
<id>c7ad29ca91385f224fabae06f323cd14b48a8656</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Fix merge</title>
<updated>2025-09-23T14:01:23+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-23T13:54:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=b5c6c044a724ec161a1793e308531bd82b75d56c'/>
<id>b5c6c044a724ec161a1793e308531bd82b75d56c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>Merge remote-tracking branch 'upstream/main' into jacob/uucode</title>
<updated>2025-09-23T13:36:41+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-23T13:36:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=b01770c21c9b393d6dcfacae75d9d1159be33f9a'/>
<id>b01770c21c9b393d6dcfacae75d9d1159be33f9a</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>unicode: delete props.zig and clean up symbols deps too</title>
<updated>2025-09-21T03:28:25+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-21T02:49:29+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=10dc9353b7b5d85179ef7b1305fe9d5a73ff392d'/>
<id>10dc9353b7b5d85179ef7b1305fe9d5a73ff392d</id>
<content type='text'>
Follow up to #8810

Same reasoning.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Follow up to #8810

Same reasoning.
</pre>
</div>
</content>
</entry>
<entry>
<title>unicode: isolate properties, tables, and ziglyph into separate files</title>
<updated>2025-09-20T22:00:55+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-20T21:57:37+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=bf1278deff54ec70bc0a8bbf6ff55638b993c0af'/>
<id>bf1278deff54ec70bc0a8bbf6ff55638b993c0af</id>
<content type='text'>
This makes it cleaner to add new sources of table generation and also
avoids inadvertently depending on different modules (despite Zig's lazy
analysis). 

This also fixes up terminal to only use our look up tables which avoids
bringing ziglyph in for the terminal module.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This makes it cleaner to add new sources of table generation and also
avoids inadvertently depending on different modules (despite Zig's lazy
analysis). 

This also fixes up terminal to only use our look up tables which avoids
bringing ziglyph in for the terminal module.
</pre>
</div>
</content>
</entry>
<entry>
<title>Remove comment above test. it's not too slow</title>
<updated>2025-09-19T05:26:17+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-19T05:26:17+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=7b0722bf16043fe7ee099e2fd8ca11c78c976bc5'/>
<id>7b0722bf16043fe7ee099e2fd8ca11c78c976bc5</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>pr feedback: `get`, remove todos for case_folding_simple</title>
<updated>2025-09-19T05:24:13+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-19T05:24:13+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=cf3b514efc1535636753107025adc488fa8d66ac'/>
<id>cf3b514efc1535636753107025adc488fa8d66ac</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>set max for unicode grapheme executable</title>
<updated>2025-09-18T18:26:04+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-18T18:26:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=b83315cb810e1cab3dc708c83c1e8a644e84acda'/>
<id>b83315cb810e1cab3dc708c83c1e8a644e84acda</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
