<feed xmlns='http://www.w3.org/2005/Atom'>
<title>ghostty.git/src/input/Binding.zig, 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>Zig 0.15: zig build test </title>
<updated>2025-10-03T14:10:43+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-10-01T20:10:40+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=cb295b84a0ec274a43da59041fa4a199e799798d'/>
<id>cb295b84a0ec274a43da59041fa4a199e799798d</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-25T12:43:18+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-25T12:43:18+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=4f2d80b08fb3a726df65f0b78e42c7376950bf4b'/>
<id>4f2d80b08fb3a726df65f0b78e42c7376950bf4b</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config: smarter parsing in autoParseStruct</title>
<updated>2025-09-24T01:44:49+00:00</updated>
<author>
<name>Jeffrey C. Ollie</name>
<email>jeff@ocjtech.us</email>
</author>
<published>2025-09-23T00:36:07+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=5265414a36d9b5ad942ca997adf7348b8d0bd5d4'/>
<id>5265414a36d9b5ad942ca997adf7348b8d0bd5d4</id>
<content type='text'>
Fixes #8849

Previously, the `parseAutoStruct` function that was used to parse
generic structs for the config simply split the input value on commas
without taking into account quoting or escapes. This led to problems
because it was impossible to include a comma in the value of config
entries that were parsed by `parseAutoStruct`. This is particularly
problematic because `ghostty +show-config --default` would produce
output like the following:

```
command-palette-entry = title:Focus Split: Next,description:Focus the next split, if any.,action:goto_split:next
```

Because the `description` contains a comma, Ghostty is unable to
parse this correctly. The value would be split into four parts:

```
title:Focus Split: Next
description:Focus the next split
 if any.
action:goto_split:next
```

Instead of three parts:

```
title:Focus Split: Next
description:Focus the next split, if any.
action:goto_split:next
```

Because `parseAutoStruct` simply looked for commas to split on, no
amount of quoting or escaping would allow that to be parsed correctly.

This is fixed by (1) introducing a parser that will split the input
to `parseAutoStruct` into fields while taking into account quotes and
escaping. And (2) changing the `ghostty +show-config` output to put the
values in `command-palette-entry` into quotes so that Ghostty can parse
it's own output.

`parseAutoStruct` will also now parse double quoted values as a Zig
string literal. This makes it easier to embed control codes, whitespace,
and commas in values.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8849

Previously, the `parseAutoStruct` function that was used to parse
generic structs for the config simply split the input value on commas
without taking into account quoting or escapes. This led to problems
because it was impossible to include a comma in the value of config
entries that were parsed by `parseAutoStruct`. This is particularly
problematic because `ghostty +show-config --default` would produce
output like the following:

```
command-palette-entry = title:Focus Split: Next,description:Focus the next split, if any.,action:goto_split:next
```

Because the `description` contains a comma, Ghostty is unable to
parse this correctly. The value would be split into four parts:

```
title:Focus Split: Next
description:Focus the next split
 if any.
action:goto_split:next
```

Instead of three parts:

```
title:Focus Split: Next
description:Focus the next split, if any.
action:goto_split:next
```

Because `parseAutoStruct` simply looked for commas to split on, no
amount of quoting or escaping would allow that to be parsed correctly.

This is fixed by (1) introducing a parser that will split the input
to `parseAutoStruct` into fields while taking into account quotes and
escaping. And (2) changing the `ghostty +show-config` output to put the
values in `command-palette-entry` into quotes so that Ghostty can parse
it's own output.

`parseAutoStruct` will also now parse double quoted values as a Zig
string literal. This makes it easier to embed control codes, whitespace,
and commas in values.
</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>fix up diff from benchmarks, and add tests against ziglyph</title>
<updated>2025-09-18T15:46:05+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-18T15:46:05+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=69594119c320920d7795214ef4cc4afa3699d3fa'/>
<id>69594119c320920d7795214ef4cc4afa3699d3fa</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>update uucode and cleanups</title>
<updated>2025-09-18T13:26:09+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-18T13:26:09+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=32759036113a6c00c7e31d19d71050f43163df16'/>
<id>32759036113a6c00c7e31d19d71050f43163df16</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-17T06:34:06+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-17T06:34:06+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=ae21e2c8cf23b0f252e540096d99b18c3f217185'/>
<id>ae21e2c8cf23b0f252e540096d99b18c3f217185</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
<entry>
<title>config: fix binding parsing to allow values containing `=`</title>
<updated>2025-09-16T20:53:16+00:00</updated>
<author>
<name>Mitchell Hashimoto</name>
<email>m@mitchellh.com</email>
</author>
<published>2025-09-16T20:30:19+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f7e622e8af105984f62a40016b9c8beeb122e244'/>
<id>f7e622e8af105984f62a40016b9c8beeb122e244</id>
<content type='text'>
Fixes #8667

The binding `a=text:=` didn't parse properly.

This is a band-aid solution. It works and we have test coverage for it
thankfully. Longer term we should move the parser to a fully
state-machine based parser that parses the trigger first then the
action, to avoid these kind of things.
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
Fixes #8667

The binding `a=text:=` didn't parse properly.

This is a band-aid solution. It works and we have test coverage for it
thankfully. Longer term we should move the parser to a fully
state-machine based parser that parses the trigger first then the
action, to avoid these kind of things.
</pre>
</div>
</content>
</entry>
<entry>
<title>Docs: add undo-timeout configuration setting name</title>
<updated>2025-09-15T20:55:01+00:00</updated>
<author>
<name>dmunozv04</name>
<email>39565245+dmunozv04@users.noreply.github.com</email>
</author>
<published>2025-09-15T20:55:01+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=c6143a1539f48d8612e492ebeace62e4ea12d796'/>
<id>c6143a1539f48d8612e492ebeace62e4ea12d796</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-06T18:31:41+00:00</updated>
<author>
<name>Jacob Sandlund</name>
<email>jacob@jacobsandlund.com</email>
</author>
<published>2025-09-06T18:31:41+00:00</published>
<link rel='alternate' type='text/html' href='https://git.belthelziquor.com/ghostty.git/commit/?id=f86a3a9b50c269a6af647cadb7e6e5b1df0321d1'/>
<id>f86a3a9b50c269a6af647cadb7e6e5b1df0321d1</id>
<content type='text'>
</content>
<content type='xhtml'>
<div xmlns='http://www.w3.org/1999/xhtml'>
<pre>
</pre>
</div>
</content>
</entry>
</feed>
