<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/test, branch v1.2.2</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>ci: add shellcheck linting for shell scripts</title>
<updated>2025-07-10T18:54:05+00:00</updated>
<author>
<name>Bryan Lee</name>
<email>38807139+liby@users.noreply.github.com</email>
</author>
<published>2025-07-10T15:16:23+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=cbb3f6f64f78c5a572f430096663cd3c8de08c26'/>
<id>cbb3f6f64f78c5a572f430096663cd3c8de08c26</id>
<content type='text'>
Add shellcheck to CI pipeline to ensure shell scripts follow best practices
and catch common errors. Fix existing shellcheck warnings in test scripts
to pass the new linting requirements.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Add shellcheck to CI pipeline to ensure shell scripts follow best practices
and catch common errors. Fix existing shellcheck warnings in test scripts
to pass the new linting requirements.
</pre>
</div>
</content>
</entry>
<entry>
<title>lint all Md files</title>
<updated>2023-09-28T17:27:15+00:00</updated>
<author>
<name>Patrick Fong</name>
<email>patrickf3139@gmail.com</email>
</author>
<published>2023-09-28T17:27:15+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=8be80558c7bb52632c08d58af89823faff9789fe'/>
<id>8be80558c7bb52632c08d58af89823faff9789fe</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: update test cases from the setCursorPosition off-by-one fix</title>
<updated>2022-07-26T00:21:59+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-26T00:21:59+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=e34c8958c20a8ec523586abf4a4b5deaf88adbcf'/>
<id>e34c8958c20a8ec523586abf4a4b5deaf88adbcf</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: add wraptest</title>
<updated>2022-07-25T15:23:50+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-25T15:23:50+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=4f85c13d1bcb3168d04253d8cbe79dd71b5ddd62'/>
<id>4f85c13d1bcb3168d04253d8cbe79dd71b5ddd62</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test: run-all runs in parallel</title>
<updated>2022-07-24T23:47:47+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-24T23:47:47+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f11c82853f707241f833f2f521da85bcd2bfb589'/>
<id>f11c82853f707241f833f2f521da85bcd2bfb589</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>test cases update since deccolm implemented</title>
<updated>2022-07-24T23:35:18+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-24T23:35:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=e66a4fcab6356f862dab026de3a62b50c3596cce'/>
<id>e66a4fcab6356f862dab026de3a62b50c3596cce</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>support DECCOLM</title>
<updated>2022-07-24T23:06:04+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-24T23:06:04+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=5c8c9d8e3ce5715e3cc58705ac51e2979b88ef25'/>
<id>5c8c9d8e3ce5715e3cc58705ac51e2979b88ef25</id>
<content type='text'>
This gets vttest page 1 and page 2 now FULL passing.

We now crash on page 3. This is a lingering bug in our grid code
though and we need to find it anyways so we'll keep the crash in.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
This gets vttest page 1 and page 2 now FULL passing.

We now crash on page 3. This is a lingering bug in our grid code
though and we need to find it anyways so we'll keep the crash in.
</pre>
</div>
</content>
</entry>
<entry>
<title>erase line left should include cursor position</title>
<updated>2022-07-24T16:53:21+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-24T16:53:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=a3409ac70d67e626b45659a97d9f3fa6e037449b'/>
<id>a3409ac70d67e626b45659a97d9f3fa6e037449b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>count = 0 implies 1 for all cursor movement, fixes one line of vttest</title>
<updated>2022-07-24T16:38:38+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-24T16:36:21+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=a43c63111fcd0ef4116ebf1e45f64aa111132300'/>
<id>a43c63111fcd0ef4116ebf1e45f64aa111132300</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>move test log up so it shows up on fail</title>
<updated>2022-07-22T21:24:24+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>mitchell.hashimoto@gmail.com</email>
</author>
<published>2022-07-22T21:24:24+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=bf3d6617fe7a08eec766c0687bc8bd9de2b6e39c'/>
<id>bf3d6617fe7a08eec766c0687bc8bd9de2b6e39c</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
